Class DST
java.lang.Object
com.timeanddate.services.dataTypes.dst.DST
- Author:
- Cato Auestad <cato@timeanddate.com>
-
Field Summary
FieldsModifier and TypeFieldDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic DST
Ending date of daylight savings time.Starting date of daylight savings time.Information about the daylight savings timezone.The geographical region where this information is valid.Indicates if the region does not observe DST at all, or is on DST all year long.Information about the standard timezone.Time changes (daylight savings time).
-
Field Details
-
_region
-
_standardTimezone
-
_dstTimezone
-
_special
-
_dstStart
-
_dstEnd
-
_timeChanges
-
-
Method Details
-
getRegion
The geographical region where this information is valid. Contains country, a textual description of the region and the name of the biggest place. -
getStandardTimezone
Information about the standard timezone. This element is always returned. -
getDstTimezone
Information about the daylight savings timezone. Suppressed, if there are no DST changes in the queried year. Please note that if the region is on daylight savings time for the whole year, this information will be returned in the stdtimezone element. Additionally, the Special element will be set to DaylightSavingTimeAllYear. -
getSpecial
Indicates if the region does not observe DST at all, or is on DST all year long. -
getDstStart
Starting date of daylight savings time. Suppressed, if there are no DST changes in the queried year. -
getDstEnd
Ending date of daylight savings time. Suppressed, if there are no DST changes in the queried year. -
getTimeChanges
Time changes (daylight savings time). Only present if requested and information is available. -
fromNode
-