Top   Module   Use   Manual   Index 

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

struct Time


Description
represents a time value.


Elements

unsigned short HundredthSeconds
Description
contains the hundredth seconds (0-99).
unsigned short Seconds
Description
contains the seconds (0-59).
unsigned short Minutes
Description
contains the minutes (0-59).
unsigned short Hours
Description
contains the hour (0-23).
Top of Page