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).
|
Day |
is the day of month (1-31 or 0 for a void date).
|
Month |
is the month of year (1-12 or 0 for a void date).
|
Year |
is the year.
|
IsUTC |
true: time zone is UTC false: unknown time zone.
Since LibreOffice 4.1
|
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).
|
|
Day
unsigned short Day;
- Description
- is the day of month (1-31 or 0 for a void date).
|
|
Month
unsigned short Month;
- Description
- is the month of year (1-12 or 0 for a void date).
|
|
Year
short Year;
- Description
- is the year.
|
|
IsUTC
boolean IsUTC;
- Description
- true: time zone is UTC false: unknown time zone.
Since LibreOffice 4.1
|
|
Top of Page
Copyright © 2020, 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.