class Phase |
|
|
|
Constructor.
utcOffset - number of seconds to add to UTC to get local time in this phase abbreviations - time zone abbreviation for this phase. If translations exist, concatenate all abbreviations as null-terminated strings. dst - true if daylight savings time, false if standard time comment - optional comment |
|
Constructor.
utcOffset - number of seconds to add to UTC to get local time in this phase abbreviations - time zone abbreviation for this phase, plus any translations dst - true if daylight savings time, false if standard time comment - optional comment |
|
|
Return the time zone abbreviations which apply to this phase.
More than one abbreviation may be returned, to allow for possible translations. Returns time zone abbreviations |
|
Return the comment (if any) applying to this phase.
Returns comment |
|
Return whether daylight savings time applies during this phase.
Returns true if daylight savings are in operation, false otherwise |
|
|
|
Return the UTC offset in seconds during this phase.
The UTC offset is the number of seconds which you must add to UTC
to get local time.
Returns offset in seconds to add to UTC |