Language
The Free and Open Productivity Suite
:: com :: sun :: star :: util ::
|
struct Time |
|
- Description
- represents a time value.
|
Elements' Summary |
HundredthSeconds |
contains the hundredth seconds (0-99).
|
Seconds |
contains the seconds (0-59).
|
Minutes |
contains the minutes (0-59).
|
Hours |
contains the hour (0-23).
|
Elements' Details |
HundredthSeconds
unsigned short HundredthSeconds;
- Description
- contains the hundredth seconds (0-99).
|
|
Seconds
unsigned short Seconds;
- Description
- contains the seconds (0-59).
|
|
Minutes
unsigned short Minutes;
- Description
- contains the minutes (0-59).
|
|
Hours
unsigned short Hours;
- Description
- contains the hour (0-23).
|
|
Top of Page
Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.