dextool v5.0.0 (2022-12-09T08:28:15Z)
Dub
Repo
TimeOfDay
toml
datetime
Undocumented in source.
struct
TimeOfDay {
public
TimeOfDayD
timeOfDay
;
public
Duration
fracSecs
;
static
TimeOfDay
fromISOExtString
(string str);
string
toISOExtString
();
}
Alias This
timeOfDay
Members
Functions
toISOExtString
string
toISOExtString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
fromISOExtString
TimeOfDay
fromISOExtString
(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
fracSecs
Duration
fracSecs
;
Undocumented in source.
timeOfDay
TimeOfDayD
timeOfDay
;
Undocumented in source.
Meta
Source
See Implementation
toml
datetime
structs
DateTime
TimeOfDay