adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Scheduler Class / ServerTimeZone Property


In This Topic
    ServerTimeZone Property
    In This Topic
    Gets the System.TimeZoneInfo for the server.
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public ReadOnly Property ServerTimeZone As TimeZoneInfo
    [NotNull()]
    public TimeZoneInfo ServerTimeZone {get;}
    [NotNull()]
    public:
    property TimeZoneInfo^ ServerTimeZone {
       TimeZoneInfo^ get();
    }
    See Also