Propriedade do RDL Tz
Gets or sets the time zone.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<DataMemberAttribute> _
Public Property Tz As String
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System. . :: . .String
A string that represents the time zone.