Package com.helger.commons.datetime
Class PDTMask<T extends Temporal>
java.lang.Object
com.helger.commons.datetime.PDTMask<T>
- Type Parameters:
T- Temporal type to use.
Tuple with date time pattern string and query to parse into object.
- Since:
- 8.6.5
- Author:
- Philip Helger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetQuery()static PDTMask<LocalDateTime> localDateTime(String sPattern) static PDTMask<OffsetDate> offsetDate(String sPattern) static PDTMask<OffsetDateTime> offsetDateTime(String sPattern) toString()static PDTMask<XMLOffsetDate> xmlOffsetDate(String sPattern) static PDTMask<XMLOffsetDateTime> xmlOffsetDateTime(String sPattern) static PDTMask<ZonedDateTime> zonedDateTime(String sPattern)