:: com :: sun :: star :: util ::
|
unpublished |
struct Duration |
|
|
|
- Usage Restrictions
- not published
- Description
- represents a duration.
A duration is the difference of 2 DateTimes.
Note that there are no constraints on the ranges of the members,
except that every member must be non-negative:
for example, a Duration of 400 Days is valid.
- Since
- OOo 3.3
|
Elements' Details |
Negative
boolean Negative;
- Description
- explicit sign bit.
|
|
Years
unsigned short Years;
- Description
- contains the years.
|
|
Months
unsigned short Months;
- Description
- contains the months.
|
|
Days
unsigned short Days;
- Description
- contains the days.
|
|
Hours
unsigned short Hours;
- Description
- contains the hours.
|
|
Minutes
unsigned short Minutes;
- Description
- contains the minutes.
|
|
Seconds
unsigned short Seconds;
- Description
- contains the seconds.
|
|
NanoSeconds
unsigned long NanoSeconds;
- Description
- contains the nanoseconds.
|
|
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.