DateTimePicker.setValue

Overview | Methods | This Package | All Packages

DateTimePicker.setValue

Sets the date and time value to display in the control.

Syntax

public final void setValue( Time time )

Parameters

time

A Time object that represents the date and time value to display in the control. If the value of the showNone property is true, setting the value property to null indicates that no value should be displayed in the control. If the value of the showNone property is false, setting the value property to null indicates that the current date and time should be displayed in the control. The default value is the current system date and time.

See Also   getValue