viva ~master (2021-03-16T19:32:06Z)
Home
Dub
Repo
DateTime
viva
time
datetime
A struct containing information about both a date and a time
struct
DateTime {
Time
time
;
Date
date
;
}
Members
Variables
date
Date
date
;
The date
time
Time
time
;
The time
Meta
Source
See Implementation
viva
time
datetime
structs
DateTime
A struct containing information about both a date and a time