Uses of Enum
com.ethlo.time.Field
Packages that use Field
-
Uses of Field in com.ethlo.time
Methods in com.ethlo.time that return FieldModifier and TypeMethodDescriptionDateTime.getMostGranularField()Returns the most granular field found during parsingstatic FieldField.of(TemporalField temporalField) static FieldReturns the enum constant of this type with the specified name.static FieldReturns the enum constant of this type with the specified name.static Field[]Field.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ethlo.time with parameters of type FieldModifier and TypeMethodDescriptionstatic DateTimeTokenstatic StringITU.formatUtc(OffsetDateTime offsetDateTime, Field lastIncluded) Format the input as an ISO format string, limited to the granularity of the specified field, in the UTC timezone.booleanDateTime.includesGranularity(Field field) Returns if the specified field is part of this date/date-timeFormats this date-time as an ISO formatted string with the last included field as specified.Constructors in com.ethlo.time with parameters of type FieldModifierConstructorDescriptionDateTime(Field field, int year, int month, int day, int hour, int minute, int second, int nano, TimezoneOffset offset, int fractionDigits) DateTime(Field field, int year, int month, int day, int hour, int minute, int second, int nano, TimezoneOffset offset, int fractionDigits, int charLength) -
Uses of Field in com.ethlo.time.token
Methods in com.ethlo.time.token that return Field