Class Country_TimeZone
Inheritance
Country_TimeZone
Assembly: SecureExchangesSDK.dll
Syntax
public class Country_TimeZone
Properties
abbreviation
Declaration
public string abbreviation { get; set; }
Property Value
gmtOffset
Declaration
public int gmtOffset { get; set; }
Property Value
gmtOffsetName
Declaration
public string gmtOffsetName { get; set; }
Property Value
tzName
Declaration
public string tzName { get; set; }
Property Value
zoneName
Declaration
public string zoneName { get; set; }
Property Value
Extension Methods