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


In This Topic
    TimeZoneID Property (FtpServer)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property TimeZoneID As String
    public string TimeZoneID {get; set;}
    public:
    property String^ TimeZoneID {
       String^ get();
       void set (    String^ value);
    }
    See Also