@Immutable public final class PDTFactory extends Object
ZonedDateTime,
OffsetDateTime, OffsetDate or OffsetTime uses the
default time zone from PDTConfig if necessary. The addition "UTC" to
the name of the method indicates the explicit usage of the UTC time zone.public static int getTimezoneOffsetInMinutes(@Nonnull Date a)
XMLGregorianCalendar.a - The date to use. May not be null.public static int getTimezoneOffsetInMinutes(@Nonnull GregorianCalendar aCal)
public static int getTimezoneOffsetInMinutes(@Nonnull ZoneId aZID, @Nonnull Instant aAt)
public static int getTimezoneOffsetInMinutes(@Nonnull ZoneOffset aZO)
@Nonnull public static ZoneOffset getZoneOffsetFromOffsetInMinutes(int nOffsetInMinutes)
@Nonnull public static ZoneOffset getZoneOffset(@Nonnull Date a)
@Nonnull public static ZoneId getZoneIdFromOffsetInMinutes(int nOffsetInMinutes)
@Nonnull public static ZonedDateTime getCurrentZonedDateTime()
@Nonnull public static ZonedDateTime getCurrentZonedDateTimeUTC()
@Nullable public static ZonedDateTime getWithMillisOnly(@Nullable ZonedDateTime a)
a - Source date time. May be null.null if the parameter is null, the local
date time with microseconds and nanoseconds set to 0 otherwise.@Nonnegative public static ZonedDateTime getCurrentZonedDateTimeMillisOnly()
@Nonnegative public static ZonedDateTime getCurrentZonedDateTimeMillisOnlyUTC()
@Nullable public static ZonedDateTime createZonedDateTime(@Nullable OffsetDateTime a)
@Nullable public static ZonedDateTime createZonedDateTime(@Nullable LocalDateTime a)
@Nullable public static ZonedDateTime createZonedDateTimeUTC(@Nullable LocalDateTime a)
@Nullable public static ZonedDateTime createZonedDateTime(@Nullable LocalDate a)
@Nullable public static ZonedDateTime createZonedDateTimeUTC(@Nullable LocalDate a)
@Nullable public static ZonedDateTime createZonedDateTime(@Nullable OffsetDate aOD)
@Nullable public static ZonedDateTime createZonedDateTime(@Nullable XMLOffsetDate aOD)
@Nullable public static ZonedDateTime createZonedDateTime(@Nullable YearMonth a)
@Nullable public static ZonedDateTime createZonedDateTimeUTC(@Nullable YearMonth a)
@Nullable public static ZonedDateTime createZonedDateTime(@Nullable Year a)
@Nullable public static ZonedDateTime createZonedDateTimeUTC(@Nullable Year a)
@Nullable public static ZonedDateTime createZonedDateTime(@Nullable LocalTime a)
@Nullable public static ZonedDateTime createZonedDateTimeUTC(@Nullable LocalTime a)
@Nullable public static ZonedDateTime createZonedDateTime(@Nullable OffsetTime a)
@Nullable public static ZonedDateTime createZonedDateTime(@Nullable XMLOffsetTime a)
@Nonnull public static ZonedDateTime createZonedDateTime(int nYear, Month eMonth, int nDay)
@Nonnull public static ZonedDateTime createZonedDateTimeUTC(int nYear, Month eMonth, int nDay)
@Nonnull public static ZonedDateTime createZonedDateTime(int nYear, @Nonnull Month eMonth, int nDay, int nHour, int nMinute, int nSecond)
@Nonnull public static ZonedDateTime createZonedDateTimeUTC(int nYear, @Nonnull Month eMonth, int nDay, int nHour, int nMinute, int nSecond)
@Nullable public static ZonedDateTime createZonedDateTime(@Nullable Instant a)
@Nullable public static ZonedDateTime createZonedDateTimeUTC(@Nullable Instant a)
@Nullable public static ZonedDateTime createZonedDateTime(@Nullable GregorianCalendar aCal)
@Nullable public static ZonedDateTime createZonedDateTime(@Nullable Date a)
@Nullable public static ZonedDateTime createZonedDateTime(@Nullable Timestamp a)
@Nonnull public static ZonedDateTime createZonedDateTime(long nMillis)
@Nonnull public static ZonedDateTime createZonedDateTimeUTC(long nMillis)
@Nonnull public static ZonedDateTime createZonedDateTime(@Nullable Number a)
@Nonnull public static ZonedDateTime createZonedDateTimeUTC(@Nullable Number a)
@Nonnegative public static OffsetDateTime getCurrentOffsetDateTime()
@Nonnegative public static OffsetDateTime getCurrentOffsetDateTimeUTC()
@Nullable public static OffsetDateTime getWithMillisOnly(@Nullable OffsetDateTime a)
a - Source date time. May be null.null if the parameter is null, the local
date time with microseconds and nanoseconds set to 0 otherwise.@Nonnegative public static OffsetDateTime getCurrentOffsetDateTimeMillisOnly()
@Nonnegative public static OffsetDateTime getCurrentOffsetDateTimeMillisOnlyUTC()
@Nullable public static OffsetDateTime createOffsetDateTime(@Nullable ZonedDateTime a)
@Nullable public static OffsetDateTime createOffsetDateTime(@Nullable LocalDateTime a)
@Nullable public static OffsetDateTime createOffsetDateTimeUTC(@Nullable LocalDateTime a)
@Nullable public static OffsetDateTime createOffsetDateTime(@Nullable LocalDate a)
@Nullable public static OffsetDateTime createOffsetDateTimeUTC(@Nullable LocalDate a)
@Nullable public static OffsetDateTime createOffsetDateTime(@Nullable OffsetDate aOD)
@Nullable public static OffsetDateTime createOffsetDateTime(@Nullable XMLOffsetDate aOD)
@Nullable public static OffsetDateTime createOffsetDateTime(@Nullable YearMonth a)
@Nullable public static OffsetDateTime createOffsetDateTimeUTC(@Nullable YearMonth a)
@Nullable public static OffsetDateTime createOffsetDateTime(@Nullable Year a)
@Nullable public static OffsetDateTime createOffsetDateTimeUTC(@Nullable Year a)
@Nullable public static OffsetDateTime createOffsetDateTime(@Nullable LocalTime a)
@Nullable public static OffsetDateTime createOffsetDateTimeUTC(@Nullable LocalTime a)
@Nullable public static OffsetDateTime createOffsetDateTime(@Nullable OffsetTime a)
@Nullable public static OffsetDateTime createOffsetDateTime(@Nullable XMLOffsetTime a)
@Nonnull public static OffsetDateTime createOffsetDateTime(int nYear, Month eMonth, int nDay)
@Nonnull public static OffsetDateTime createOffsetDateTimeUTC(int nYear, Month eMonth, int nDay)
@Nonnull public static OffsetDateTime createOffsetDateTime(int nYear, @Nonnull Month eMonth, int nDay, int nHour, int nMinute, int nSecond)
@Nonnull public static OffsetDateTime createOffsetDateTime(int nYear, @Nonnull Month eMonth, int nDay, int nHour, int nMinute, int nSecond, @Nonnull ZoneOffset aZoneOffset)
@Nonnull public static OffsetDateTime createOffsetDateTimeUTC(int nYear, @Nonnull Month eMonth, int nDay, int nHour, int nMinute, int nSecond)
@Nullable public static OffsetDateTime createOffsetDateTime(@Nullable Instant a)
@Nullable public static OffsetDateTime createOffsetDateTimeUTC(@Nullable Instant a)
@Nullable public static OffsetDateTime createOffsetDateTime(@Nullable Date a)
@Nullable public static OffsetDateTime createOffsetDateTime(@Nullable Timestamp a)
@Nullable public static OffsetDateTime createOffsetDateTime(@Nullable GregorianCalendar aCal)
@Nonnull public static OffsetDateTime createOffsetDateTime(long nMillis)
@Nonnull public static OffsetDateTime createOffsetDateTimeUTC(long nMillis)
@Nullable public static OffsetDateTime createOffsetDateTime(@Nullable Number a)
@Nullable public static OffsetDateTime createOffsetDateTimeUTC(@Nullable Number a)
@Nonnegative public static XMLOffsetDateTime getCurrentXMLOffsetDateTime()
@Nonnegative public static XMLOffsetDateTime getCurrentXMLOffsetDateTimeUTC()
@Nullable public static XMLOffsetDateTime getWithMillisOnly(@Nullable XMLOffsetDateTime a)
a - Source date time. May be null.null if the parameter is null, the local
date time with microseconds and nanoseconds set to 0 otherwise.@Nonnegative public static XMLOffsetDateTime getCurrentXMLOffsetDateTimeMillisOnly()
@Nonnegative public static XMLOffsetDateTime getCurrentXMLOffsetDateTimeMillisOnlyUTC()
@Nullable public static XMLOffsetDateTime createXMLOffsetDateTime(@Nullable ZonedDateTime a)
@Nullable public static XMLOffsetDateTime createXMLOffsetDateTime(@Nullable OffsetDateTime a)
@Nullable public static XMLOffsetDateTime createXMLOffsetDateTime(@Nullable LocalDateTime a)
@Nullable public static XMLOffsetDateTime createXMLOffsetDateTimeUTC(@Nullable LocalDateTime a)
@Nullable public static XMLOffsetDateTime createXMLOffsetDateTime(@Nullable LocalDate a)
@Nullable public static XMLOffsetDateTime createXMLOffsetDateTimeUTC(@Nullable LocalDate a)
@Nullable public static XMLOffsetDateTime createXMLOffsetDateTime(@Nullable OffsetDate aOD)
@Nullable public static XMLOffsetDateTime createXMLOffsetDateTime(@Nullable XMLOffsetDate aOD)
@Nullable public static XMLOffsetDateTime createXMLOffsetDateTime(@Nullable YearMonth a)
@Nullable public static XMLOffsetDateTime createXMLOffsetDateTimeUTC(@Nullable YearMonth a)
@Nullable public static XMLOffsetDateTime createXMLOffsetDateTime(@Nullable Year a)
@Nullable public static XMLOffsetDateTime createXMLOffsetDateTimeUTC(@Nullable Year a)
@Nullable public static XMLOffsetDateTime createXMLOffsetDateTime(@Nullable LocalTime a)
@Nullable public static XMLOffsetDateTime createXMLOffsetDateTimeUTC(@Nullable LocalTime a)
@Nullable public static XMLOffsetDateTime createXMLOffsetDateTime(@Nullable OffsetTime a)
@Nullable public static XMLOffsetDateTime createXMLOffsetDateTime(@Nullable XMLOffsetTime a)
@Nonnull public static XMLOffsetDateTime createXMLOffsetDateTime(int nYear, Month eMonth, int nDay)
@Nonnull public static XMLOffsetDateTime createXMLOffsetDateTimeUTC(int nYear, Month eMonth, int nDay)
@Nonnull public static XMLOffsetDateTime createXMLOffsetDateTime(int nYear, @Nonnull Month eMonth, int nDay, int nHour, int nMinute, int nSecond)
@Nonnull public static XMLOffsetDateTime createXMLOffsetDateTime(int nYear, @Nonnull Month eMonth, int nDay, int nHour, int nMinute, int nSecond, @Nullable ZoneOffset aZoneOffset)
@Nonnull public static XMLOffsetDateTime createXMLOffsetDateTimeUTC(int nYear, @Nonnull Month eMonth, int nDay, int nHour, int nMinute, int nSecond)
@Nullable public static XMLOffsetDateTime createXMLOffsetDateTime(@Nullable Instant a)
@Nullable public static XMLOffsetDateTime createXMLOffsetDateTimeUTC(@Nullable Instant a)
@Nullable public static XMLOffsetDateTime createXMLOffsetDateTime(@Nullable Date a)
@Nullable public static XMLOffsetDateTime createXMLOffsetDateTime(@Nullable Timestamp a)
@Nullable public static XMLOffsetDateTime createXMLOffsetDateTime(@Nullable GregorianCalendar aCal)
@Nonnull public static XMLOffsetDateTime createXMLOffsetDateTime(long nMillis)
@Nonnull public static XMLOffsetDateTime createXMLOffsetDateTimeUTC(long nMillis)
@Nullable public static XMLOffsetDateTime createXMLOffsetDateTime(@Nullable Number a)
@Nullable public static XMLOffsetDateTime createXMLOffsetDateTimeUTC(@Nullable Number a)
@Nonnegative public static LocalDateTime getCurrentLocalDateTime()
@Nonnegative public static LocalDateTime getCurrentLocalDateTimeUTC()
@Nullable public static LocalDateTime getWithMillisOnly(@Nullable LocalDateTime a)
a - Source date time. May be null.null if the parameter is null, the local
date time with microseconds and nanoseconds set to 0 otherwise.@Nonnegative public static LocalDateTime getCurrentLocalDateTimeMillisOnly()
@Nonnegative public static LocalDateTime getCurrentLocalDateTimeMillisOnlyUTC()
@Nullable public static LocalDateTime createLocalDateTime(@Nullable ZonedDateTime aDT)
@Nullable public static LocalDateTime createLocalDateTime(@Nullable OffsetDateTime aDT)
@Nullable public static LocalDateTime createLocalDateTime(@Nullable XMLOffsetDateTime aDT)
@Nullable public static LocalDateTime createLocalDateTime(@Nullable OffsetDate aDT)
@Nullable public static LocalDateTime createLocalDateTime(@Nullable XMLOffsetDate aDT)
@Nullable public static LocalDateTime createLocalDateTime(@Nullable LocalDate a)
@Nullable public static LocalDateTime createLocalDateTime(@Nullable YearMonth a)
@Nullable public static LocalDateTime createLocalDateTime(@Nullable Year a)
@Nullable public static LocalDateTime createLocalDateTime(@Nullable LocalTime a)
@Nullable public static LocalDateTime createLocalDateTime(@Nullable OffsetTime a)
@Nullable public static LocalDateTime createLocalDateTime(@Nullable XMLOffsetTime a)
@Nonnull public static LocalDateTime createLocalDateTime(int nYear, @Nonnull Month eMonth, int nDay)
@Nonnull public static LocalDateTime createLocalDateTime(int nYear, @Nonnull Month eMonth, int nDay, int nHour, int nMinute)
@Nonnull public static LocalDateTime createLocalDateTime(int nYear, @Nonnull Month eMonth, int nDay, int nHour, int nMinute, int nSecond)
@Nullable public static LocalDateTime createLocalDateTime(@Nullable Instant a)
@Nullable public static LocalDateTime createLocalDateTime(@Nullable Date a)
@Nullable public static LocalDateTime createLocalDateTime(@Nullable Timestamp a)
@Nullable public static LocalDateTime createLocalDateTime(@Nullable GregorianCalendar aCal)
@Nonnull public static LocalDateTime createLocalDateTime(long nMillis)
@Nullable public static LocalDateTime createLocalDateTime(@Nullable Number a)
@Nonnegative public static LocalDate getCurrentLocalDate()
@Nonnegative public static LocalDate getCurrentLocalDateUTC()
@Nonnull public static LocalDate createLocalDate(int nYear, @Nonnull Month eMonth, int nDayOfMonth)
@Nullable public static LocalDate createLocalDate(@Nullable GregorianCalendar a)
@Nullable public static LocalDate createLocalDate(@Nullable LocalDateTime a)
@Nullable public static LocalDate createLocalDate(@Nullable ZonedDateTime a)
@Nullable public static LocalDate createLocalDate(@Nullable OffsetDateTime a)
@Nullable public static LocalDate createLocalDate(@Nullable XMLOffsetDateTime a)
@Nullable public static LocalDate createLocalDate(@Nullable XMLOffsetDate a)
@Nonnegative public static OffsetDate getCurrentOffsetDate()
@Nonnegative public static OffsetDate getCurrentOffsetDateUTC()
@Nullable public static OffsetDate createOffsetDate(@Nullable LocalDate a)
@Nullable public static OffsetDate createOffsetDate(@Nullable LocalDate a, @Nonnull ZoneOffset aOffset)
@Nonnull public static OffsetDate createOffsetDate(int nYear, @Nonnull Month eMonth, int nDayOfMonth)
@Nonnull public static OffsetDate createOffsetDate(int nYear, @Nonnull Month eMonth, int nDayOfMonth, @Nonnull ZoneOffset aOffset)
@Nullable public static OffsetDate createOffsetDate(@Nullable LocalDateTime a)
@Nullable public static OffsetDate createOffsetDate(@Nullable LocalDateTime a, @Nonnull ZoneOffset aOffset)
@Nullable public static OffsetDate createOffsetDate(@Nullable GregorianCalendar a)
@Nullable public static OffsetDate createOffsetDate(@Nullable Instant a)
@Nullable public static OffsetDate createOffsetDate(@Nullable Instant a, @Nonnull ZoneOffset aOffset)
@Nonnull public static OffsetDate createOffsetDate(long nMillis)
@Nullable public static OffsetDate createOffsetDate(@Nullable Number a)
@Nullable public static OffsetDate createOffsetDate(@Nullable Date a)
@Nullable public static OffsetDate createOffsetDate(@Nullable YearMonth a)
@Nullable public static OffsetDate createOffsetDate(@Nullable Year a)
@Nullable public static OffsetDate createOffsetDate(@Nullable OffsetDateTime a)
@Nullable public static OffsetDate createOffsetDate(@Nullable ZonedDateTime a)
@Nonnegative public static XMLOffsetDate getCurrentXMLOffsetDate()
@Nonnegative public static XMLOffsetDate getCurrentXMLOffsetDateUTC()
@Nullable public static XMLOffsetDate createXMLOffsetDate(@Nullable ZonedDateTime a)
@Nullable public static XMLOffsetDate createXMLOffsetDate(@Nullable OffsetDateTime a)
@Nullable public static XMLOffsetDate createXMLOffsetDate(@Nullable XMLOffsetDateTime a)
@Nullable public static XMLOffsetDate createXMLOffsetDate(@Nullable LocalDate a)
@Nullable public static XMLOffsetDate createXMLOffsetDate(@Nullable LocalDate a, @Nonnull ZoneOffset aOffset)
@Nonnull public static XMLOffsetDate createXMLOffsetDate(int nYear, @Nonnull Month eMonth, int nDayOfMonth)
@Nonnull public static XMLOffsetDate createXMLOffsetDate(int nYear, @Nonnull Month eMonth, int nDayOfMonth, @Nullable ZoneOffset aOffset)
@Nullable public static XMLOffsetDate createXMLOffsetDate(@Nullable LocalDateTime a)
@Nullable public static XMLOffsetDate createXMLOffsetDate(@Nullable LocalDateTime a, @Nonnull ZoneOffset aOffset)
@Nullable public static XMLOffsetDate createXMLOffsetDate(@Nullable Instant a)
@Nullable public static XMLOffsetDate createXMLOffsetDate(@Nullable Instant a, @Nonnull ZoneId aZoneId)
@Nullable public static XMLOffsetDate createXMLOffsetDate(@Nullable GregorianCalendar a)
@Nonnull public static XMLOffsetDate createXMLOffsetDate(long nMillis)
@Nullable public static XMLOffsetDate createXMLOffsetDate(@Nullable Date a)
@Nullable public static XMLOffsetDate createXMLOffsetDate(@Nullable YearMonth a)
@Nullable public static XMLOffsetDate createXMLOffsetDate(@Nullable Year a)
@Nullable public static XMLOffsetDate createXMLOffsetDate(@Nullable Number a)
@Nonnegative public static LocalTime getCurrentLocalTime()
@Nonnegative public static LocalTime getCurrentLocalTimeUTC()
@Nullable public static LocalTime getWithMillisOnly(@Nullable LocalTime a)
a - Source time. May be null.null if the parameter is null, the local
time with microseconds and nanoseconds set to 0 otherwise.@Nonnegative public static LocalTime getCurrentLocalTimeMillisOnly()
@Nonnegative public static LocalTime getCurrentLocalTimeMillisOnlyUTC()
@Nullable public static LocalTime createLocalTime(@Nullable GregorianCalendar a)
@Nullable public static LocalTime createLocalTime(@Nullable LocalDateTime a)
@Nullable public static LocalTime createLocalTime(@Nullable OffsetTime a)
@Nullable public static LocalTime createLocalTime(@Nullable XMLOffsetTime a)
@Nonnull public static LocalTime createLocalTime(int nHour, int nMinute, int nSecond)
@Nonnegative public static OffsetTime getCurrentOffsetTime()
@Nonnegative public static OffsetTime getCurrentOffsetTimeUTC()
@Nullable public static OffsetTime getWithMillisOnly(@Nullable OffsetTime a)
a - Source time. May be null.null if the parameter is null, the local
time with microseconds and nanoseconds set to 0 otherwise.@Nonnegative public static OffsetTime getCurrentOffsetTimeMillisOnly()
@Nonnegative public static OffsetTime getCurrentOffsetTimeMillisOnlyUTC()
@Nullable public static OffsetTime createOffsetTime(@Nullable GregorianCalendar a)
@Nonnull public static OffsetTime createOffsetTime(long nMillis)
@Nullable public static OffsetTime createOffsetTime(@Nullable Instant a)
@Nullable public static OffsetTime createOffsetTime(@Nullable Date a)
@Nullable public static OffsetTime createOffsetTime(@Nullable OffsetDateTime a)
@Nullable public static OffsetTime createOffsetTime(@Nullable ZonedDateTime a)
@Nullable public static OffsetTime createOffsetTime(@Nullable LocalDateTime a)
@Nullable public static OffsetTime createOffsetTime(@Nullable LocalDateTime a, @Nonnull ZoneOffset aOfs)
@Nullable public static OffsetTime createOffsetTime(@Nullable LocalTime a)
@Nullable public static OffsetTime createOffsetTime(@Nullable LocalTime a, @Nonnull ZoneOffset aOfs)
@Nonnull public static OffsetTime createOffsetTime(int nHour, int nMinute, int nSecond, @Nonnull ZoneOffset aOfs)
@Nonnegative public static XMLOffsetTime getCurrentXMLOffsetTime()
@Nonnegative public static XMLOffsetTime getCurrentXMLOffsetTimeUTC()
@Nullable public static XMLOffsetTime getWithMillisOnly(@Nullable XMLOffsetTime a)
a - Source time. May be null.null if the parameter is null, the local
time with microseconds and nanoseconds set to 0 otherwise.@Nonnegative public static XMLOffsetTime getCurrentXMLOffsetTimeMillisOnly()
@Nonnegative public static XMLOffsetTime getCurrentXMLOffsetTimeMillisOnlyUTC()
@Nullable public static XMLOffsetTime createXMLOffsetTime(@Nullable GregorianCalendar a)
@Nonnull public static XMLOffsetTime createXMLOffsetTime(long nMillis)
@Nullable public static XMLOffsetTime createXMLOffsetTime(@Nullable Instant a)
@Nullable public static XMLOffsetTime createXMLOffsetTime(@Nullable Date a)
@Nullable public static XMLOffsetTime createXMLOffsetTime(@Nullable OffsetDateTime a)
@Nullable public static XMLOffsetTime createXMLOffsetTime(@Nullable ZonedDateTime a)
@Nullable public static XMLOffsetTime createXMLOffsetTime(@Nullable LocalDateTime a)
@Nullable public static XMLOffsetTime createXMLOffsetTime(@Nullable LocalDateTime a, @Nullable ZoneOffset aOfs)
@Nullable public static XMLOffsetTime createXMLOffsetTime(@Nullable LocalTime a)
@Nullable public static XMLOffsetTime createXMLOffsetTime(@Nullable LocalTime a, @Nullable ZoneOffset aOfs)
@Nonnull public static XMLOffsetTime createXMLOffsetTime(int nHour, int nMinute, int nSecond)
@Nonnull public static XMLOffsetTime createXMLOffsetTime(int nHour, int nMinute, int nSecond, @Nullable ZoneOffset aOfs)
@Nullable public static Date createDate(@Nullable ZonedDateTime a)
@Nullable public static Date createDate(@Nullable OffsetDateTime a)
@Nullable public static Date createDate(@Nullable LocalDateTime a)
@Nullable public static Date createDate(@Nullable OffsetDate aOD)
@Nullable public static Date createDate(@Nullable XMLOffsetDate aOD)
@Nullable public static Date createDate(@Nullable OffsetTime a)
@Nullable public static Date createDate(@Nullable XMLOffsetTime a)
@Nonnull public static Date createDateForDate(int nYear, @Nonnull Month eMonth, int nDayOfMonth)
@Nonnull public static GregorianCalendar createGregorianCalendar()
@Nonnull public static GregorianCalendar createGregorianCalendarUTC()
@Nonnegative public static int getCurrentYear()
@Nonnegative public static int getCurrentYearUTC()
@Nonnegative public static YearMonth getCurrentYearMonth()
@Nonnegative public static YearMonth getCurrentYearMonthUTC()
@Nonnegative public static Instant getCurrentInstant()
@Nonnegative public static Instant getCurrentInstantUTC()
public static long getCurrentMillis()
public static long getCurrentMillisUTC()
public static long getMillis(@Nonnull OffsetDate aOD)
public static long getMillis(@Nonnull XMLOffsetDate aOD)
public static long getMillis(@Nonnull OffsetTime a)
public static long getMillis(@Nonnull XMLOffsetTime a)
public static long getMillis(@Nonnull LocalDateTime a)
public static long getMillis(@Nonnull OffsetDateTime a)
public static long getMillis(@Nonnull XMLOffsetDateTime a)
public static long getMillis(@Nonnull ZonedDateTime a)
Copyright © 2014–2022 Philip Helger. All rights reserved.