yu ~master (2017-08-14T10:07:44Z)
Dub
Repo
Time
yu
tools
serialize
types
Undocumented in source.
struct
Time {
this
(ubyte h, ubyte m, ubyte s, ushort ms);
ubyte
hour
;
ubyte
minute
;
ubyte
second
;
ushort
msecond
;
string
toString
();
}
Constructors
this
this
(ubyte h, ubyte m, ubyte s, ushort ms)
Undocumented in source.
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
hour
ubyte
hour
;
Undocumented in source.
minute
ubyte
minute
;
Undocumented in source.
msecond
ushort
msecond
;
Undocumented in source.
second
ubyte
second
;
Undocumented in source.
Meta
Source
See Implementation
yu
tools
serialize
types
enums
Types
structs
Time
templates
dtTypes
isBasicSupport
isStruct