Top   Module   Use   Manual   Index 

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

struct DateTimeRange


Description
represents a range of date+time values.


Elements

unsigned short StartHundredthSeconds
Description
contains the start hundredth seconds (0-99) for the range.
unsigned short StartSeconds
Description
contains the start seconds (0-59) for the range.
unsigned short StartMinutes
Description
contains the start minutes (0-59) for the range.
unsigned short StartHours
Description
contains the start hour (0-23) for the range.
unsigned short StartDay
Description
contains the start day of month (1-31 or 0 for a void date) for the range.
unsigned short StartMonth
Description
contains the start month of year (1-12 or 0 for a void date) for the range.
unsigned short StartYear
Description
contains the start year for the range.
unsigned short EndHundredthSeconds
Description
contains the end hundredth seconds (0-99) for the range.
unsigned short EndSeconds
Description
contains the end seconds (0-59) for the range.
unsigned short EndMinutes
Description
contains the end minutes (0-59) for the range.
unsigned short EndHours
Description
contains the end hour (0-23) for the range.
unsigned short EndDay
Description
contains the end day of month (1-31 or 0 for a void date) for the range.
unsigned short EndMonth
Description
contains the end month of year (1-12 or 0 for a void date) for the range.
unsigned short EndYear
Description
contains the end year for the range.
Top of Page