CalendarTimeZone Property |
The time zone of the calendar.
Namespace:
Aspose.Email.Clients.Google
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic virtual string TimeZone { get; set; }
Public Overridable Property TimeZone As String
Get
Set
public:
virtual property String^ TimeZone {
String^ get ();
void set (String^ value);
}
abstract TimeZone : string with get, set
override TimeZone : string with get, set
Property Value
Type:
String
See Also