A common interface of all date like objects.
This interface is common to all data types that either partially or fully represent information that can be interpreted as date.
Date
, Time
, DateTime
, ZoneDateTime
no type hierarchy
no supertypes hierarchy
Attributes | |
day | Source Codeshared formal Integer day Day of month value of the date. |
dayOfEra | Source Codeshared formal Integer dayOfEra Number of calendar days since ERA. |
dayOfWeek | Source Codeshared formal DayOfWeek dayOfWeek Day of the week. |
dayOfYear | Source Codeshared formal Integer dayOfYear Number of the day in year. |
leapYear | Source Codeshared formal Boolean leapYear True if the year of the date is a leap year. |
month | Source Codeshared formal Month month Month of the year value of the date. |
weekOfYear | Source Codeshared formal Integer weekOfYear Number of the week of the date. |
year | Source Codeshared formal Integer year The year of the date. |
Inherited Attributes |
Attributes inherited from: Object |