Class STimeZoneInformation
- Namespace
- SWConfigDataClientLib.Proxies.Locations
- Assembly
- IpPbxCDSClientLib.dll
public class STimeZoneInformation
- Inheritance
-
STimeZoneInformation
Constructors
STimeZoneInformation()
standard constructor
public STimeZoneInformation()
Properties
BIAS
Retrieves the standard bias of the time zone.
public int BIAS { get; }
Property Value
DaylightName
Localized daylight time name
public string DaylightName { get; }
Property Value
DisplayName
Localized display name
public string DisplayName { get; }
Property Value
StandardName
Localized standard time name
public string StandardName { get; }
Property Value
SystemTimeZoneID
Retrieves the id of the timezone
public string SystemTimeZoneID { get; }