| Class | Description |
|---|---|
| ApplicationClock |
Clock that acts as time emitter for the application.
|
| Dates | Deprecated |
| Dates.DateBuilder |
Actual builder class
|
| Durations |
Utility class to handle human readable time durations.
|
| Instants |
Construction of time-objects with a fluent interface.
|
| Instants.InstantBuilder |
Actual builder class
|
| NowDateSupplier |
Provides the current Date
|
| Sleeper |
Encapsulates the InterruptedException from Thread.sleep(ms).
|
| Times |
Comparison of Dates and time with a fluent interface.
See also https://github.com/galan/commons/blob/master/documentation/Times.md |
| Times.BetweenTimeBuilder |
TimeDsl Builder
|
| Times.IsTimeBuilder |
TimeDsl Builder
|
| Times.TimeBuilder |
TimeDsl Builder
|
| Zones |
ZoneIds without using String.
|
| Enum | Description |
|---|---|
| Dates.DatetimeUnit |
Units as own enum for better code-completition support (instead of having ints everywhere)
|
| Dates.WeekdayUnit |
Units as own enum for better code-completition support (instead of having ints everywhere)
|
| Instants.DatetimeUnit |
Units as own enum for better code-completition support (instead of having ints everywhere)
|
| Instants.WeekdayUnit |
Units as own enum for better code-completition support (instead of having ints everywhere)
|
Copyright © 2017. All rights reserved.