Właściwość International.Tz
Pobiera lub ustawia czas strefy.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property Tz As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
Ciąg reprezentujący czas strefy.
Zobacz także