Basic
object Basic
Content copied to clipboard
Functions
Properties
CALENDAR_DATE
Link copied to clipboard
DATE
Link copied to clipboard
DATE_RANGE
Link copied to clipboard
Parse an ISO-8601 time interval between two dates in basic format.
Examples:
19900104/19910830../1991083019900104/..../..(empty string)
DATE_TIME
Link copied to clipboard
Parse an ISO-8601 date and time of day in basic format.
Examples:
20080901T183020080901 18300020080901 1830
DATE_TIME_INTERVAL
Link copied to clipboard
INSTANT
Link copied to clipboard
Parse an ISO-8601 date-time with the zero UTC offset designator in basic format.
Examples:
20010510T002400.00000Z20010510T0024Z20010510 0024Z
INSTANT_INTERVAL
Link copied to clipboard
OFFSET_DATE_TIME
Link copied to clipboard
Parse an ISO-8601 date, time of day, and UTC offset in basic format.
Examples:
20080901T1830-40020080901 183000Z20080901 1830-04
OFFSET_DATE_TIME_INTERVAL
Link copied to clipboard
OFFSET_TIME
Link copied to clipboard
ORDINAL_DATE
Link copied to clipboard
TIME
Link copied to clipboard
UTC_OFFSET
Link copied to clipboard
ZONED_DATE_TIME
Link copied to clipboard
Parse an ISO-8601 date, time of day, UTC offset, and optionally, a non-standard region ID in basic format.
Examples:
20080901T1830-400[America/New_York]20080901 183000Z20080901 1830-04[America/New_York]
ZONED_DATE_TIME_INTERVAL
Link copied to clipboard