struct Date in module com::sun::star::util::

(Global Index)

Syntax

struct Date;

Description

represents a date value.

Field Summary

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

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

Year contains the year.

Field Details



Day

Syntax

unsigned short Day;

Description

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


Month

Syntax

unsigned short Month;

Description

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


Year

Syntax

unsigned short Year;

Description

contains the year.

Top of Page