adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ScheduleTrigger Class / TimeZoneID Property


In This Topic
    TimeZoneID Property
    In This Topic
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property TimeZoneID As String
    [CanBeNull()]
    public string TimeZoneID {get; set;}
    [CanBeNull()]
    public:
    property String^ TimeZoneID {
       String^ get();
       void set (    String^ value);
    }
    Remarks

    Use System.TimeZoneInfo.GetSystemTimeZones to get a list of time zones defined in Windows. The TimeZoneID should be set to System.TimeZoneInfo.StandardName.

    See Also