DateAndOrTime: number | DateAndOrTimeString | Date

A date, time or date-time in string representation, unix timestamp or as a Date object. * can be used to indicate an undisclosed date-time part. When a date or unix timestamp is used, the result will be a date-time.

See

https://datatracker.ietf.org/doc/html/rfc6350#section-4

Example

"2020-01-01"
"01:*:03"
"*-01-01T01:*Z"
new Date("2020-01-01T01:02:03")
1658736768

Generated using TypeDoc