Nevron Open Vision Documentation
Nevron.Nov Namespace / NTimeZone Class / DisplayName Property


In This Topic
    DisplayName Property
    In This Topic
    Gets the localized general display name that represents the time zone.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DisplayName As System.String
    'Usage
     
    
    Dim instance As NTimeZone
    Dim value As System.String
     
    value = instance.DisplayName
    public System.string DisplayName {get;}

    Property Value

    The time zone's localized general display name.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also