haystacklib ~master (2019-10-21T14:33:42Z)
Home
Dub
Repo
Time
haystack
tag
Holds an ISO 8601 time as hour, minute, seconds and millisecs: 09:51:27.354
struct
Time {
TimeOfDay
tod
;
int
millis
;
this
(TimeOfDay tod, int millis);
this
(int hour, int minute, int second, int millis);
string
toString
();
}
Constructors
this
this
(TimeOfDay tod, int millis)
Undocumented in source.
this
this
(int hour, int minute, int second, int millis)
Undocumented in source.
Alias This
tod
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
millis
int
millis
;
Undocumented in source.
tod
TimeOfDay
tod
;
Undocumented in source.
Meta
Source
See Implementation
haystack
tag
aliases
Dict
Grid
List
Number
functions
errorGrid
get
has
missing
tag
toStr
toString
properties
boolean
dis
empty
id
isNull
marker
na
num
str
uri
structs
Bool
Coord
GridImpl
Marker
Na
Num
Ref
Str
Tag
Time
Uri
XStr
templates
visit
Holds an ISO 8601 time as hour, minute, seconds and millisecs: 09:51:27.354