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 TimeZoneRule
public TimeZoneRule()
public virtual int EndDay { get; set; }
public virtual int EndMonth { get; set; }
public virtual string EndRulePattern { get; set; }
public virtual int StartDay { get; set; }
public virtual int StartMonth { get; set; }
public virtual string StartRulePattern { get; set; }
public virtual int TZOffset { get; set; }
Was this page helpful?