Package | Description |
---|---|
org.fastnate.generator |
Modifier and Type | Field and Description |
---|---|
static RelativeDate.ReferenceDate |
RelativeDate.NOW
Represents the constant for writing the "now" function to SQL.
|
private RelativeDate.ReferenceDate |
RelativeDate.referenceDate
The date that is the base for this date.
|
static RelativeDate.ReferenceDate |
RelativeDate.TODAY
Represents the constant for writing the "today" function to SQL.
|
Modifier and Type | Method and Description |
---|---|
RelativeDate.ReferenceDate |
RelativeDate.getReferenceDate()
The date that is the base for this date.
|
Constructor and Description |
---|
RelativeDate(RelativeDate.ReferenceDate referenceDate,
long deltaInMillis)
Creates a new instance with the given millis as time and the given reference date.
|
RelativeDate(RelativeDate.ReferenceDate referenceDate,
long delta,
RelativeDate.Precision precision)
Creates a new difference to a given reference date.
|
Copyright © 2022 fastnate.org. All rights reserved.