- getDay() - Method in class hirondelle.date4j.DateTime
-
Return the Day of the Month, 1..31.
- getDayOfYear() - Method in class hirondelle.date4j.DateTime
-
Return an integer in the range 1..366, representing a count of the number of days from the start of the year.
- getEndOfDay() - Method in class hirondelle.date4j.DateTime
-
Return this DateTime with the time portion coerced to '23:59:59.999999999'.
- getEndOfMonth() - Method in class hirondelle.date4j.DateTime
-
Return this DateTime with the time portion coerced to '23:59:59.999999999',
and the day coerced to the end of the month.
- getHour() - Method in class hirondelle.date4j.DateTime
-
Return the Hour, 0..23.
- getMilliseconds(TimeZone) - Method in class hirondelle.date4j.DateTime
-
For the given time zone, return the corresponding time in milliseconds-since-epoch for this DateTime.
- getMinute() - Method in class hirondelle.date4j.DateTime
-
Return the Minute, 0..59.
- getModifiedJulianDayNumber() - Method in class hirondelle.date4j.DateTime
-
Return the Modified Julian Day Number.
- getMonth() - Method in class hirondelle.date4j.DateTime
-
Return the Month, 1..12.
- getNanoseconds() - Method in class hirondelle.date4j.DateTime
-
Return the Nanosecond, 0..999999999.
- getNanosecondsInstant(TimeZone) - Method in class hirondelle.date4j.DateTime
-
For the given time zone, return the corresponding time in nanoseconds-since-epoch for this DateTime.
- getNumDaysInMonth() - Method in class hirondelle.date4j.DateTime
-
Return the number of days in the month which holds this DateTime.
- getPrecision() - Method in class hirondelle.date4j.DateTime
-
Return the smallest non-null time unit encapsulated by this DateTime.
- getRawDateString() - Method in class hirondelle.date4j.DateTime
-
- getSecond() - Method in class hirondelle.date4j.DateTime
-
Return the Second, 0..59.
- getStartOfDay() - Method in class hirondelle.date4j.DateTime
-
Return this DateTime with the time portion coerced to '00:00:00.000000000'.
- getStartOfMonth() - Method in class hirondelle.date4j.DateTime
-
Return this DateTime with the time portion coerced to '00:00:00.000000000',
and the day coerced to 1.
- getWeekDay() - Method in class hirondelle.date4j.DateTime
-
Return an index for the weekday for this DateTime.
- getWeekIndex(DateTime) - Method in class hirondelle.date4j.DateTime
-
Return The week index of this DateTime with respect to a given starting DateTime.
- getWeekIndex() - Method in class hirondelle.date4j.DateTime
-
Return The week index of this DateTime, taking day 1 of week 1 as Sunday, January 2, 2000.
- getYear() - Method in class hirondelle.date4j.DateTime
-
Return the year, 1..9999.
- gt(DateTime) - Method in class hirondelle.date4j.DateTime
-
'Greater than' comparison.
- gteq(DateTime) - Method in class hirondelle.date4j.DateTime
-
'Greater than or equal to' comparison.