OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / CustomerBase Class / TimeZone Property



In This Topic
    TimeZone Property (CustomerBase)
    In This Topic
    The time zone this Customer resides within.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute(False)>
    <DisplayNameAttribute("Time Zone")>
    Public Property TimeZone As String
    'Usage
     
    
    Dim instance As CustomerBase
    Dim value As String
     
    instance.TimeZone = value
     
    value = instance.TimeZone
    [DataMember(false)]
    [DisplayName("Time Zone")]
    public string TimeZone {get; set;}
    [DataMember(false)]
    [DisplayName("Time Zone")]
    public:
    property String^ TimeZone {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    The maximum allowed length for this field is 50 characters.
    Must match the exact a key string that uniquely identifies a particular time zone.

    See the .NET TimeZoneInfo documentation for more information.
    Requirements

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

    See Also