Partager via


Propriété International.Tz

Gets or sets the time zone.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property Tz As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
The time zone.

Voir aussi

Référence

International Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts