19#ifndef __com_sun_star_util_Date_idl__
20#define __com_sun_star_util_Date_idl__
23module
com { module sun { module star { module util {
Definition Ambiguous.idl:22
represents a date value.
Definition Date.idl:31
unsigned short Month
contains the month of year (1-12 or 0 for a void date).
Definition Date.idl:39
short Year
contains the year.
Definition Date.idl:44
unsigned short Day
contains the day of month (1-31 or 0 for a void date).
Definition Date.idl:34