autowrap v0.6.1 (2020-09-15T09:36:53Z)
Dub
Repo
Marshalled_std_datetime_date
autowrap
csharp
boilerplate
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
export extern (
C
)
struct
Marshalled_std_datetime_date {
import
std
.
datetime
.
date
:
Date
,
DateTime
,
TimeOfDay
;
;
import
std
.
traits
:
Unqual
;
;
short
year
;
ubyte
month
;
ubyte
day
;
ubyte
hour
;
ubyte
minute
;
ubyte
second
;
this
(DateTime dt);
this
(Date d);
this
(TimeOfDay tod);
DateTime
opCast
();
Date
opCast
();
TimeOfDay
opCast
();
}
Constructors
this
this
(DateTime dt)
Undocumented in source.
this
this
(Date d)
Undocumented in source.
this
this
(TimeOfDay tod)
Undocumented in source.
Members
Functions
opCast
DateTime
opCast
()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
Date
opCast
()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
TimeOfDay
opCast
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
day
ubyte
day
;
Undocumented in source.
hour
ubyte
hour
;
Undocumented in source.
minute
ubyte
minute
;
Undocumented in source.
month
ubyte
month
;
Undocumented in source.
second
ubyte
second
;
Undocumented in source.
year
short
year
;
Undocumented in source.
Meta
Source
See Implementation
autowrap
csharp
boilerplate
functions
mapArray
pinPointer
rt_moduleTlsCtor
rt_moduleTlsDtor
wrapCSharp
structs
AttachThread
Marshalled_Duration
Marshalled_std_datetime_date
Marshalled_std_datetime_systime
returnValue
returnVoid