| DateTimeFormatFunction |
Function to format a DATE_TIME vale.
|
| DateTimeNewFunction |
Creates a new DATE_TIME value with the given parameters.
|
| DateTimeNowFunction |
Produces a new DATE_TIME that represents the current date and time.
|
| DateTimeParseFunction |
|
| DateTimeTodayFunction |
Produces a new DATE_TIME that represents the current date, at midnight (00:00).
|
| DateTimeToEpochFunction |
Function to convert a DATE_TIME value to milliseconds in the epoch of 1970-01-01T00:00:00Z.
|
| DurationFromMillisFunction |
Converts the given milliseconds to a DURATION value.
|
| DurationNewFunction |
Function to create a new Duration.
|
| DurationParseFunction |
Converts the given ISO-8601 duration string representation to a duration value.
|
| DurationToMillisFunction |
Converts a DURATION value to the amount of milliseconds.
|
| ZoneIdConverter |
Validates and converts a zone ID.
|