TimeRule constructor
- String timeRule,
- int timeZoneOffsetSeconds,
- String dstSpec
Creates a new instance of this class.
-
timeRuleThe time rule as a string in ISO 14825 format. -
timeZoneOffsetSecondsThe time zone offset in seconds for the location where the time rule applies. -
dstSpecDay saving time specification, as a string in ISO 14825 format, for the location where the time rule applies.
Implementation
factory TimeRule(String timeRule, int timeZoneOffsetSeconds, String dstSpec) => $prototype.make(timeRule, timeZoneOffsetSeconds, dstSpec);