CK_DATE

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) nothrow @nogc @system
struct CK_DATE {}

Members

Variables

day
CK_CHAR[2] day;
Undocumented in source.
month
CK_CHAR[2] month;
Undocumented in source.
year
CK_CHAR[4] year;
Undocumented in source.

Meta