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

(Global Index)

Syntax

struct Time;

Description

represents a time value.

Field Summary

HundredthSeconds contains the hundredth seconds (0-99).

Seconds contains the seconds (0-59).

Minutes contains the minutes (0-59).

Hours contains the hour (0-23).

Field Details



HundredthSeconds

Syntax

unsigned short HundredthSeconds;

Description

contains the hundredth seconds (0-99).


Seconds

Syntax

unsigned short Seconds;

Description

contains the seconds (0-59).


Minutes

Syntax

unsigned short Minutes;

Description

contains the minutes (0-59).


Hours

Syntax

unsigned short Hours;

Description

contains the hour (0-23).

Top of Page