International.Tz Property

Definition

Gets or sets the time zone.

public:
 property System::String ^ Tz { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string Tz { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Tz : string with get, set
Public Property Tz As String

Property Value

A string that represents the time zone.

Attributes

Applies to