MobileDateTimePicker.DateChanged

From Xojo Documentation

Event


MobileDateTimePicker.DateChanged(value As DateTime)

Supported on Mobile.

Called when the selection in the DateTimePicker is changed.

Notes

Changing the SelectedDate property does not cause this event to be called.

See Also

DateTime class, SelectedDate property.