共用方式為


Tz 屬性

Gets or sets the time zone.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.dll 中)

語法

'宣告
<DataMemberAttribute> _
Public Property Tz As String
    Get
    Set
'用途
Dim instance As International
Dim value As String

value = instance.Tz

instance.Tz = value
[DataMemberAttribute]
public string Tz { get; set; }
[DataMemberAttribute]
public:
property String^ Tz {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member Tz : string with get, set
function get Tz () : String
function set Tz (value : String)

屬性值

型別:System. . :: . .String
String representing the time zone.