:: com :: sun :: star :: util ::
|
struct Time |
|
- Description
- represents a time value.
|
Elements' Summary |
NanoSeconds |
contains the nanoseconds (0 - 999 999 999).
|
Seconds |
contains the seconds (0-59).
|
Minutes |
contains the minutes (0-59).
|
Hours |
contains the hour (0-23).
|
IsUTC |
true: time zone is UTC false: unknown time zone.
|
Elements' Details |
NanoSeconds
unsigned long NanoSeconds;
- Description
- contains the nanoseconds (0 - 999 999 999).
|
|
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).
|
|
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.