From 02687f786b6e1fb396ad7f31538827f7b32ac543 Mon Sep 17 00:00:00 2001 From: Eli <100180307+EliTheGingerCat@users.noreply.github.com> Date: Wed, 7 Aug 2024 12:22:55 -0400 Subject: [PATCH] Added DateTime type. --- pages/api-reference/datetime.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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.