Language
The Free and Open Productivity Suite
:: com :: sun :: star :: util ::
|
struct DateTimeRange |
|
- Description
- represents a range of date+time values.
|
Elements' Summary |
StartHundredthSeconds |
contains the start hundredth seconds (0-99) for the range.
|
StartSeconds |
contains the start seconds (0-59) for the range.
|
StartMinutes |
contains the start minutes (0-59) for the range.
|
StartHours |
contains the start hour (0-23) for the range.
|
StartDay |
contains the start day of month (1-31 or 0 for a void date) for the range.
|
StartMonth |
contains the start month of year (1-12 or 0 for a void date) for the range.
|
StartYear |
contains the start year for the range.
|
EndHundredthSeconds |
contains the end hundredth seconds (0-99) for the range.
|
EndSeconds |
contains the end seconds (0-59) for the range.
|
EndMinutes |
contains the end minutes (0-59) for the range.
|
EndHours |
contains the end hour (0-23) for the range.
|
EndDay |
contains the end day of month (1-31 or 0 for a void date) for the range.
|
EndMonth |
contains the end month of year (1-12 or 0 for a void date) for the range.
|
EndYear |
contains the end year for the range.
|
Elements' Details |
StartHundredthSeconds
unsigned short StartHundredthSeconds;
- Description
- contains the start hundredth seconds (0-99) for the range.
|
|
StartSeconds
unsigned short StartSeconds;
- Description
- contains the start seconds (0-59) for the range.
|
|
StartMinutes
unsigned short StartMinutes;
- Description
- contains the start minutes (0-59) for the range.
|
|
StartHours
unsigned short StartHours;
- Description
- contains the start hour (0-23) for the range.
|
|
StartDay
unsigned short StartDay;
- Description
- contains the start day of month (1-31 or 0 for a void date) for the range.
|
|
StartMonth
unsigned short StartMonth;
- Description
- contains the start month of year (1-12 or 0 for a void date) for the range.
|
|
StartYear
unsigned short StartYear;
- Description
- contains the start year for the range.
|
|
EndHundredthSeconds
unsigned short EndHundredthSeconds;
- Description
- contains the end hundredth seconds (0-99) for the range.
|
|
EndSeconds
unsigned short EndSeconds;
- Description
- contains the end seconds (0-59) for the range.
|
|
EndMinutes
unsigned short EndMinutes;
- Description
- contains the end minutes (0-59) for the range.
|
|
EndHours
unsigned short EndHours;
- Description
- contains the end hour (0-23) for the range.
|
|
EndDay
unsigned short EndDay;
- Description
- contains the end day of month (1-31 or 0 for a void date) for the range.
|
|
EndMonth
unsigned short EndMonth;
- Description
- contains the end month of year (1-12 or 0 for a void date) for the range.
|
|
EndYear
unsigned short EndYear;
- Description
- contains the end year for the range.
|
|
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.