Uses of Enum Class
com.relogiclabs.jschema.time.DateTimeType
-
Uses of DateTimeType in com.relogiclabs.jschema.time
Modifier and TypeMethodDescriptionJsonDateTime.getType()
static DateTimeType
Returns the enum constant of this class with the specified name.static DateTimeType[]
DateTimeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionJsonDateTime
(DateTimeType type, int year, int month, int day) JsonDateTime
(DateTimeType type, int year, int month, int day, int hour, int minute, int second, int fraction, JsonUtcOffset utcOffset)