LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
DateTime Struct Referencepublished

represents a combined date+time value. More...

import"DateTime.idl";

Public Attributes

unsigned long NanoSeconds
 contains the nanoseconds (0 - 999 999 999). More...
 
unsigned short Seconds
 contains the seconds (0-59). More...
 
unsigned short Minutes
 contains the minutes (0-59). More...
 
unsigned short Hours
 contains the hour (0-23). More...
 
unsigned short Day
 is the day of month (1-31 or 0 for a void date). More...
 
unsigned short Month
 is the month of year (1-12 or 0 for a void date). More...
 
short Year
 is the year. More...
 
boolean IsUTC
 true: time zone is UTC false: unknown time zone. More...
 

Detailed Description

represents a combined date+time value.

Member Data Documentation

◆ Day

unsigned short Day

is the day of month (1-31 or 0 for a void date).

◆ Hours

unsigned short Hours

contains the hour (0-23).

◆ IsUTC

boolean IsUTC

true: time zone is UTC false: unknown time zone.

Since
LibreOffice 4.1

◆ Minutes

unsigned short Minutes

contains the minutes (0-59).

◆ Month

unsigned short Month

is the month of year (1-12 or 0 for a void date).

◆ NanoSeconds

unsigned long NanoSeconds

contains the nanoseconds (0 - 999 999 999).

◆ Seconds

unsigned short Seconds

contains the seconds (0-59).

◆ Year

short Year

is the year.


The documentation for this struct was generated from the following file: