toml ~master (2021-08-11T10:53:34Z)
Dub
Repo
DateTime
toml
datetime
Undocumented in source.
struct
DateTime {
Date
date
;
TimeOfDay
timeOfDay
;
DateTimeD
dateTime
[@property getter];
static
DateTime
fromISOExtString
(string str);
string
toISOExtString
();
}
Alias This
dateTime
Members
Functions
toISOExtString
string
toISOExtString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
dateTime
DateTimeD
dateTime
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
fromISOExtString
DateTime
fromISOExtString
(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
date
Date
date
;
Undocumented in source.
timeOfDay
TimeOfDay
timeOfDay
;
Undocumented in source.
Meta
Source
See Implementation
toml
datetime
structs
DateTime
TimeOfDay