Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class TimeZoneData
public TimeZoneData()
public virtual int IsoNumber { get; set; }
public virtual string Name { get; set; }
public virtual string TZLocationCities { get; set; }
public virtual string TZLocationCode { get; set; }
public virtual int TZLocationID { get; set; }
public virtual TimeZoneRuleDictionary TimeZoneDSTRules { get; set; }
public virtual TimeZoneRuleDictionary TimeZoneSTDRules { get; set; }
Was this page helpful?