Date
¶
A date (without a time).
Parameters:
Name | Type | Description | Default |
---|---|---|---|
year |
Int |
The year. | - |
month |
Int |
The month. Must be between 1 and 12. | - |
day |
Int |
The day. Must be between 1 and 31. | - |
Stub code in Date.sdsstub
day
¶
The day.
Type: Int
month
¶
The month.
Type: Int
year
¶
The year.
Type: Int