mirror of
https://github.com/lune-org/docs.git
synced 2025-04-03 18:10:54 +01:00
Added DateTime type.
This commit is contained in:
parent
0a1e5ae87d
commit
02687f786b
1 changed files with 11 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue