Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

struct DateTime
Description
represents a combined date+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).  
Day is the day of month (1-31 or 0 for a void date).  
Month is the month of year (1-12 or 0 for a void date).  
Year is the year.  
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).
Day
unsigned short Day;
Description
is the day of month (1-31 or 0 for a void date).
Month
unsigned short Month;
Description
is the month of year (1-12 or 0 for a void date).
Year
unsigned short Year;
Description
is the year.
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.