VCardContactTimeZone Property |
Gets or sets a timeZone
Namespace:
Aspose.Email.PersonalInfo.VCard
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string TimeZone { get; set; }
Public Property TimeZone As String
Get
Set
public:
property String^ TimeZone {
String^ get ();
void set (String^ value);
}
member TimeZone : string with get, set
Property Value
Type:
String
See Also