Subpackages | |
ceylon.time.timezone.model | All the models are intended to be unrelated of the database origin. |
Values | |
timeZone | Source Codeshared timeZone timeZone Common utility methods for getting time zone instances. |
Functions | |
zoneDateTime | Source Codeshared ZoneDateTime zoneDateTime(TimeZone timeZone, Integer year, Integer|Month month, Integer date, Integer hour = 0, Integer minutes = 0, Integer seconds = 0, Integer millis = 0) Returns a Parameters:
|
Interfaces | |
ReadableTimeZone | Source Codeshared ReadableTimeZone Common interface that can hold a reference to a specific time zone. |
ReadableZoneDateTime | Source Codeshared ReadableZoneDateTime Common interface that can represent particular time of day on a specific date in a specific time zone. |
RuleBasedTimezone | Source Codeshared RuleBasedTimezone This represents offsets based on daylight saving time. |
TimeZone | Source Codeshared TimeZone The interface representing a timezone. |
ZoneDateTime | Source Codeshared ZoneDateTime Instant of time in a specific time zone. |
Classes | |
OffsetTimeZone | Source Codeshared OffsetTimeZone A simple time zone with a constant offset from UTC. |
timeZone | Source Codeshared timeZone Common utility methods for getting time zone instances. |