diff --git a/pages/api-reference/datetime.md b/pages/api-reference/datetime.md index e391e0e..2de3da5 100644 --- a/pages/api-reference/datetime.md +++ b/pages/api-reference/datetime.md @@ -324,6 +324,17 @@ The returned table contains the following values: ## Types +### DateTime + +An individual DateTime object for a specific moment in time. + +Properties: + +- `unixTimestamp` - Number of seconds passed since the UNIX epoch. +- `unixTimestampMillis` - Number of milliseconds passed since the UNIX epoch. + +--- + ### Locale Enum type representing supported DateTime locales.