Message TimeZone Property | MSG .NET Class Library |
Contains appointment's time zone.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public string TimeZone { get; set; }
public string TimeZone { get; set; }
Public Property TimeZone As String Get Set
Public Property TimeZone As String Get Set
Dim instance As Message Dim value As String value = instance.TimeZone instance.TimeZone = value
Dim instance As Message Dim value As String value = instance.TimeZone instance.TimeZone = value
/** @property */ public String get_TimeZone() /** @property */ public void set_TimeZone(String value)
/** @property */ public String get_TimeZone() /** @property */ public void set_TimeZone(String value)
function get TimeZone () : String function set TimeZone (value : String)
function get TimeZone () : String function set TimeZone (value : String)
function get_TimeZone(); function set_TimeZone(value);
function get_TimeZone(); function set_TimeZone(value);
Property Value
Type:
The time zone.
See Also