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


In This Topic
    TimeZoneID Property (ExclusionPeriod)
    In This Topic
    The ID of the time zone to use for this Exclusion Period.
    Syntax
    'Declaration
     
    
    Public Property TimeZoneID As String
    public string TimeZoneID {get; set;}
    public:
    property String^ TimeZoneID {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    If not specified, the default time zone for the server is used.
    See Also