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

(Global Index)

Syntax

struct DateTimeRange;

Description

represents a range of date+time values.

Field Summary

StartHundredthSeconds contains the start hundredth seconds (0-99) for the range.

StartSeconds contains the start seconds (0-59) for the range.

StartMinutes contains the start minutes (0-59) for the range.

StartHours contains the start hour (0-23) for the range.

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

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

StartYear contains the start year for the range.

EndHundredthSeconds contains the end hundredth seconds (0-99) for the range.

EndSeconds contains the end seconds (0-59) for the range.

EndMinutes contains the end minutes (0-59) for the range.

EndHours contains the end hour (0-23) for the range.

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

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

EndYear contains the end year for the range.

Field Details



StartHundredthSeconds

Syntax

unsigned short StartHundredthSeconds;

Description

contains the start hundredth seconds (0-99) for the range.


StartSeconds

Syntax

unsigned short StartSeconds;

Description

contains the start seconds (0-59) for the range.


StartMinutes

Syntax

unsigned short StartMinutes;

Description

contains the start minutes (0-59) for the range.


StartHours

Syntax

unsigned short StartHours;

Description

contains the start hour (0-23) for the range.


StartDay

Syntax

unsigned short StartDay;

Description

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


StartMonth

Syntax

unsigned short StartMonth;

Description

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


StartYear

Syntax

unsigned short StartYear;

Description

contains the start year for the range.


EndHundredthSeconds

Syntax

unsigned short EndHundredthSeconds;

Description

contains the end hundredth seconds (0-99) for the range.


EndSeconds

Syntax

unsigned short EndSeconds;

Description

contains the end seconds (0-59) for the range.


EndMinutes

Syntax

unsigned short EndMinutes;

Description

contains the end minutes (0-59) for the range.


EndHours

Syntax

unsigned short EndHours;

Description

contains the end hour (0-23) for the range.


EndDay

Syntax

unsigned short EndDay;

Description

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


EndMonth

Syntax

unsigned short EndMonth;

Description

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


EndYear

Syntax

unsigned short EndYear;

Description

contains the end year for the range.

Top of Page