Package apple.corefoundation.enums
Class CFCalendarUnit
- java.lang.Object
-
- apple.corefoundation.enums.CFCalendarUnit
-
public final class CFCalendarUnit extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longDaystatic longErastatic longHourstatic longMinutestatic longMonthstatic longQuarterstatic longSecondstatic longWeekstatic longWeekdaystatic longWeekdayOrdinalstatic longWeekOfMonthstatic longWeekOfYearstatic longYearstatic longYearForWeekOfYear
-
-
-
Field Detail
-
Era
public static final long Era
- See Also:
- Constant Field Values
-
Year
public static final long Year
- See Also:
- Constant Field Values
-
Month
public static final long Month
- See Also:
- Constant Field Values
-
Day
public static final long Day
- See Also:
- Constant Field Values
-
Hour
public static final long Hour
- See Also:
- Constant Field Values
-
Minute
public static final long Minute
- See Also:
- Constant Field Values
-
Second
public static final long Second
- See Also:
- Constant Field Values
-
Week
public static final long Week
- See Also:
- Constant Field Values
-
Weekday
public static final long Weekday
- See Also:
- Constant Field Values
-
WeekdayOrdinal
public static final long WeekdayOrdinal
- See Also:
- Constant Field Values
-
Quarter
public static final long Quarter
- See Also:
- Constant Field Values
-
WeekOfMonth
public static final long WeekOfMonth
- See Also:
- Constant Field Values
-
WeekOfYear
public static final long WeekOfYear
- See Also:
- Constant Field Values
-
YearForWeekOfYear
public static final long YearForWeekOfYear
- See Also:
- Constant Field Values
-
-