ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
Date
ocean
time
Time
Generic Date representation
struct
Date {
uint
era
;
uint
day
;
uint
year
;
uint
month
;
uint
dow
;
uint
doy
;
}
Members
Variables
day
uint
day
;
1 .. 31
dow
uint
dow
;
0 .. 6
doy
uint
doy
;
1 .. 366
era
uint
era
;
AD, BC
month
uint
month
;
1 .. 12
year
uint
year
;
0 to 9999
Meta
Source
See Implementation
ocean
time
Time
structs
Date
DateTime
Time
TimeOfDay
TimeSpan
Generic Date representation