adTempus API
ArcanaDevelopment.adTempus.ApplicationIntegration Namespace / IServerProperties Interface / TimeZoneProperties Property


In This Topic
    TimeZoneProperties Property
    In This Topic
    The time zone rules for the server's time zone.
    Syntax
    'Declaration
     
    
    ReadOnly Property TimeZoneProperties As String
    string TimeZoneProperties {get;}
    property String^ TimeZoneProperties {
       String^ get();
    }
    Remarks
    This data is created by TimeZoneInfo.ToSerializedString.
    See Also