viva v0.1.7-alpha (2021-01-10T15:41:58Z)
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