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

(Global Index)

Syntax

service DateField;

Description

This service specifies the ControlModel for an edit field which contains a date value.

Included Services

com::sun::star::awt::UnoControlDateFieldModel

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

DefaultDate returns the default date used by reset.

Property Details



DefaultDate

Syntax

long DefaultDate;

Description

returns the default date used by reset.

Top of Page