Timezone transition rule.
no subtypes hierarchy
Initializer |
Rule(Year fromYear, Year toYear, Month inMonth, OnDay onDay, AtTime atTime, Period save, String letter) |
Attributes | |
atTime | Source Codeshared AtTime atTime |
fromYear | Source Codeshared Year fromYear |
inMonth | Source Codeshared Month inMonth |
letter | Source Codeshared String letter |
onDay | Source Codeshared OnDay onDay |
save | Source Codeshared Period save |
string | Source Codeshared actual String string A developer-friendly string representing the instance.
Concatenates the name of the concrete class of the
instance with the Refines Object.string |
toYear | Source Codeshared Year toYear |
Inherited Attributes |
Attributes inherited from: Object |
Methods | |
equals | Source Codeshared actual Boolean equals(Object other) Determine if two values are equal. For any two non-null objects x == y Implementations should respect the constraints that:
Furthermore it is recommended that implementations
ensure that if A class which explicitly refines Note that an implementation of |
Inherited Methods |
Methods inherited from: Object |