Language
The Free and Open Productivity Suite
:: com :: sun :: star :: util ::
|
struct Date |
|
- Description
- represents a date value.
|
Elements' Summary |
Day |
contains the day of month (1-31 or 0 for a void date).
|
Month |
contains the month of year (1-12 or 0 for a void date).
|
Year |
contains the year.
|
Elements' Details |
Day
unsigned short Day;
- Description
- contains the day of month (1-31 or 0 for a void date).
|
|
Month
unsigned short Month;
- Description
- contains the month of year (1-12 or 0 for a void date).
|
|
Year
unsigned short Year;
- Description
- contains the year.
|
|
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.