A common interface of all year like objects.
This interface is common to all data types that either partially or fully represent information that can be interpreted as year.
Date
, DateTime
, ZoneDateTime
no type hierarchy
no supertypes hierarchy
Attributes | |
leapYear | Source Codeshared formal Boolean leapYear True if the year of the date is a leap year. |
year | Source Codeshared formal Integer year The year of the date. |
Inherited Attributes |
Attributes inherited from: Object |