FFITime

Representation of a time of the day.

extern (C)
struct FFITime {}

Members

Variables

hour
uint hour;
min
uint min;
sec
uint sec;

Meta