FFIDate

Representation of any date

extern (C)
struct FFIDate {}

Members

Variables

day
uint day;
month
uint month;
year
int year;

Meta