ZoneOffsetTransitionRule.TimeDefinition

A definition of the way a local time can be converted to the actual transition date-time. !(p) Time zone rules are expressed _in one of three ways: !(ul) !(li)Relative to UTC</li> !(li)Relative to the standard offset _in force</li> !(li)Relative to the wall offset (what you would see on a clock on the wall)</li> </ul>

Constructors

this
this(int ordinal, string name)
Undocumented in source.

Members

Functions

createDateTime
LocalDateTime createDateTime(LocalDateTime dateTime, ZoneOffset standardOffset, ZoneOffset wallOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name()
Undocumented in source. Be warned that the author may not have intended to support it.
ordinal
int ordinal()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

values
TimeDefinition[] values()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

_values
TimeDefinition[] _values;
Undocumented in source.

Meta