mirror of
https://github.com/lune-org/docs.git
synced 2025-04-04 18:40:59 +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
|
## 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
|
### Locale
|
||||||
|
|
||||||
Enum type representing supported DateTime locales.
|
Enum type representing supported DateTime locales.
|
||||||
|
|
Loading…
Add table
Reference in a new issue