service TimeField in module com::sun::star::form::component::

(Global Index)

Syntax

service TimeField;

Description

This service sepecifies the ControlModel of an edit field for a time value.

Included Services

com::sun::star::awt::UnoControlTimeFieldModel

com::sun::star::form::FormControlModel

Description

specifies a control model within a form.


Exported Interfaces

com::sun::star::form::XReset

Description

resets the control.


Property Summary

DefaultTime returns the default time used by reset.

Property Details



DefaultTime

Syntax

long DefaultTime;

Description

returns the default time used by reset.

Top of Page