21module
com { module sun { module star { module util {
Definition Ambiguous.idl:20
represents a combined date+time value.
Definition DateTime.idl:27
unsigned short Month
is the month of year (1-12 or 0 for a void date).
Definition DateTime.idl:54
unsigned short Hours
contains the hour (0-23).
Definition DateTime.idl:44
unsigned short Minutes
contains the minutes (0-59).
Definition DateTime.idl:39
short Year
is the year.
Definition DateTime.idl:59
boolean IsUTC
true: time zone is UTC false: unknown time zone.
Definition DateTime.idl:65
unsigned short Seconds
contains the seconds (0-59).
Definition DateTime.idl:34
unsigned long NanoSeconds
contains the nanoseconds (0 - 999 999 999).
Definition DateTime.idl:30
unsigned short Day
is the day of month (1-31 or 0 for a void date).
Definition DateTime.idl:49