Uses of Enum Class
com.relogiclabs.jschema.time.DateTimeType
Packages that use DateTimeType
-
Uses of DateTimeType in com.relogiclabs.jschema.time
Methods in com.relogiclabs.jschema.time that return DateTimeTypeModifier 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.Constructors in com.relogiclabs.jschema.time with parameters of type DateTimeTypeModifierConstructorDescriptionJsonDateTime
(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)