tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
Date
tango
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
tango
time
Time
functions
foo
main
structs
Date
DateTime
Time
TimeOfDay
TimeSpan
Generic Date representation