| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
represents a combined date+time value. More...
import "DateTime.idl";
| Public Attributes | |
| unsigned long | NanoSeconds | 
| contains the nanoseconds (0 - 999 999 999). | |
| unsigned short | Seconds | 
| contains the seconds (0-59). | |
| unsigned short | Minutes | 
| contains the minutes (0-59). | |
| unsigned short | Hours | 
| contains the hour (0-23). | |
| unsigned short | Day | 
| is the day of month (1-31 or 0 for a void date). | |
| unsigned short | Month | 
| is the month of year (1-12 or 0 for a void date). | |
| short | Year | 
| is the year. | |
| boolean | IsUTC | 
| true: time zone is UTC false: unknown time zone. | |
represents a combined date+time value.
| unsigned short Day | 
is the day of month (1-31 or 0 for a void date).
| unsigned short Hours | 
contains the hour (0-23).
| boolean IsUTC | 
true: time zone is UTC false: unknown time zone.
| unsigned short Minutes | 
contains the minutes (0-59).
| unsigned short Month | 
is the month of year (1-12 or 0 for a void date).
| unsigned long NanoSeconds | 
contains the nanoseconds (0 - 999 999 999).
| unsigned short Seconds | 
contains the seconds (0-59).
| short Year | 
is the year.