:: com :: sun :: star :: util ::
|
struct DateTimeRange |
|
- Description
- represents a range of date+time values.
|
Elements' Summary |
StartNanoSeconds |
contains the start nanoseconds (0 - 999 999 999) 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.
|
EndNanoSeconds |
contains the end nanoseconds (0 - 999 999 999) 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.
|
IsUTC |
true: time zone is UTC false: unknown time zone.
|
Elements' Details |
StartNanoSeconds
unsigned long StartNanoSeconds;
- Description
- contains the start nanoseconds (0 - 999 999 999) 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
short StartYear;
- Description
- contains the start year for the range.
|
|
EndNanoSeconds
unsigned long EndNanoSeconds;
- Description
- contains the end nanoseconds (0 - 999 999 999) 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
short EndYear;
- Description
- contains the end year for the range.
|
|
IsUTC
boolean IsUTC;
- Description
- true: time zone is UTC false: unknown time zone.
- Since
- LibreOffice 4.1
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.