A C D G H M N O R S T V W Y 

A

ALTERNATE_COOKIE_DATE_FORMAT - org.refcodes.time.DateFormat
An alternate cookie date format also seen in documentations out there on the internet.
ALTERNATE_DATE_FORMAT - org.refcodes.time.DateFormat
Similar date format as DateFormat.NORM_DATE_FORMAT though not avoiding the space between the date and the time portion of the date format.

C

COOKIE_DATE_FORMATS - org.refcodes.time.DateFormats
Set of DateFormat definitions commonly used by cookies.

D

DateFormat - Enum in org.refcodes.time
The DateFormat contains Date and DateFormat related values useful for parsing from and formatting to date String instances.
DateFormats - Enum in org.refcodes.time
The DateFormats represent sets of DateFormat definitions.
DateUtility - Class in org.refcodes.time
The Class DateUtility.
DAY - org.refcodes.time.TimeUnit
 
DE_DATE_FORMAT - org.refcodes.time.DateFormat
Date format as used in German speaking locations, first comes the day, last the year, all separated by a dot '.' character.
DEFAULT_DATE_FORMATS - org.refcodes.time.DateFormats
Sound set of common DateFormat definitions with no special addressee.
DEFAULT_DATE_FORMATS_SHORT - org.refcodes.time.DateFormats
Sound set of common short DateFormat definitions with no special addressee.

G

getDateFormats() - Method in enum org.refcodes.time.DateFormats
Gets the date formats.
getFormatter() - Method in enum org.refcodes.time.DateFormat
Gets the formatter.
getMilliseconds() - Method in enum org.refcodes.time.TimeUnit
Returns the divisor for the time unit to be converted to seconds.
getTime(TimeUnit) - Method in interface org.refcodes.time.TimeAccessor
Retrieves the time from the time property.

H

HOUR - org.refcodes.time.TimeUnit
 

M

MAX_DATE_FORMAT - org.refcodes.time.DateFormat
Maximum sortable (first comes the year, last the nanoseconds) date format, contains the date and the time till a granularity of milliseconds.The character 'T' separates the date portion from the time portion of the date format in order to unambiguously parse a such formatted date String.
MAX_FILENAME_DATE_FORMAT - org.refcodes.time.DateFormat
Date format usable for (parts of) a filename, e.g. for rotating log files or the such with a granularity of nanoseconds.
MILLISECOND - org.refcodes.time.TimeUnit
 
MIN_DATE_FORMAT - org.refcodes.time.DateFormat
Minimum sortable (first comes the year, last the day) date format, contains the date without the time.
MIN_FILENAME_DATE_FORMAT - org.refcodes.time.DateFormat
Date format usable for (parts of) a filename, e.g. for rotating log files or the such with a granularity of days.
MINUTE - org.refcodes.time.TimeUnit
 

N

NANOSECOND - org.refcodes.time.TimeUnit
 
NETSCAPE_COOKIE_DATE_FORMAT - org.refcodes.time.DateFormat
Date format as used for cookies as of the Netscape cookie specification.
NORM_DATE_FORMAT - org.refcodes.time.DateFormat
Normal sortable (first comes the year, last the seconds) date format, contains the date and the time till a granularity of seconds.
NORM_FILENAME_DATE_FORMAT - org.refcodes.time.DateFormat
Date format usable for (parts of) a filename, e.g. for rotating log files or the such with a granularity of seconds.

O

org.refcodes.time - package org.refcodes.time
 

R

RFC_1123_DATE_TIME_ALIKE - org.refcodes.time.DateFormat
An alternate cookie date format also seen in documentations out there on the internet.

S

SECOND - org.refcodes.time.TimeUnit
 
setTime(float, TimeUnit) - Method in interface org.refcodes.time.TimeAccessor.TimeMutator
Sets the time for the time property.

T

TimeAccessor - Interface in org.refcodes.time
Provides an accessor for a time property.
TimeAccessor.TimeBuilder<B extends TimeAccessor.TimeBuilder<B>> - Interface in org.refcodes.time
Provides a builder method for a time property returning the builder for applying multiple build operations.
TimeAccessor.TimeMutator - Interface in org.refcodes.time
Provides a mutator for a time property.
TimeAccessor.TimeProperty - Interface in org.refcodes.time
Provides a time property.
TimeUnit - Enum in org.refcodes.time
The Enum TimeUnit.
toDate(String) - Method in enum org.refcodes.time.DateFormats
Creates a date from the provided String using the date formats as retrieved by the DateFormats.getDateFormats() method.
toDate(String, DateTimeFormatter[]) - Static method in class org.refcodes.time.DateUtility
Parses a String to retrieve a date from it, using the provided DateTimeFormatter instances.
toMilliseconds(TimeUnit, long) - Static method in enum org.refcodes.time.TimeUnit
Converts a given time from the provided TimeUnit to milliseconds.
toTime(TimeUnit, long) - Method in enum org.refcodes.time.TimeUnit
Converts a given time from one TimeUnit to this instance's time unit.
toTimeUnit(TimeUnit, long, TimeUnit) - Static method in enum org.refcodes.time.TimeUnit
Converts a given time from one TimeUnit to another TimeUnit.

V

valueOf(String) - Static method in enum org.refcodes.time.DateFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.time.DateFormats
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.time.TimeUnit
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.refcodes.time.DateFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.time.DateFormats
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.time.TimeUnit
Returns an array containing the constants of this enum type, in the order they are declared.

W

withTime(float, TimeUnit) - Method in interface org.refcodes.time.TimeAccessor.TimeBuilder
Sets the time for the time property.

Y

YEAR - org.refcodes.time.TimeUnit
 
A C D G H M N O R S T V W Y