|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DateTools.TimeSource | |
|---|---|
| com.programix.time | Various containers and tools for dealing with dates and times (including parsing and formatting). |
| Uses of DateTools.TimeSource in com.programix.time |
|---|
| Classes in com.programix.time that implement DateTools.TimeSource | |
|---|---|
static class |
DateTools.AcceleratedTimeSource
Used to speed forward from 'now' to a specified time in the future. |
static class |
DateTools.OffsetTimeSource
Used to specify an offset (positive or negative) from 'now' that should be used for the DateTools.TimeSource. |
| Fields in com.programix.time declared as DateTools.TimeSource | |
|---|---|
static DateTools.TimeSource |
DateTools.DEFAULT_TIME_SOURCE
This implementation of DateTools.TimeSource simply returns the time
from the OS by using System.currentTimeMillis(). |
| Methods in com.programix.time that return DateTools.TimeSource | |
|---|---|
static DateTools.TimeSource |
DateTools.getTimeSource()
Used to retrieve the DateTools.TimeSource that DateTools.getTime() is
currently using. |
| Methods in com.programix.time with parameters of type DateTools.TimeSource | |
|---|---|
static void |
DateTools.setTimeSource(DateTools.TimeSource newTimeSource)
Used to change the DateTools.TimeSource that DateTools.getTime() uses. |
|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||