Top   Module   Use   Manual   Index 

com :: sun :: star :: util ::

struct Date


Description
represents a date value.


Elements

unsigned short Day
Description
contains the day of month (1-31 or 0 for a void date).
unsigned short Month
Description
contains the month of year (1-12 or 0 for a void date).
unsigned short Year
Description
contains the year.
Top of Page