|
UserProfilesResultTimeZone Property |
[This is preliminary documentation and is subject to change.]
Gets or sets the time zone.
Namespace: SnapMD.VirtualCare.ApiModelsAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic string TimeZone { get; set; }
Public Property TimeZone As String
Get
Set
public:
property String^ TimeZone {
String^ get ();
void set (String^ value);
}
member TimeZone : string with get, set
Property Value
Type:
String
The time zone.
See Also