IDateTimePicker

Mobilize.QualityMate.ControlInterfaces

IDateTimePicker Interface

Defines the basic interactions for DateTimePicker controls.

public interface IDateTimePicker :
Mobilize.QualityMate.ControlInterfaces.Behavior.ITextControl,
Mobilize.QualityMate.ControlInterfaces.IControl,
Mobilize.QualityMate.ControlInterfaces.Behavior.IValidatable

Implements ITextControl, IControl, IValidatablearrow-up-right

Methods

IDateTimePicker.ChangeDate(int, int, int) Method

Changes the date value of this control.

void ChangeDate(int year, int month, int day);

Parameters

year System.Int32arrow-up-right

The new year value.

month System.Int32arrow-up-right

The new month value.

day System.Int32arrow-up-right

The new day value.

IDateTimePicker.ChangeDateTime(string) Method

Changes the date and time value of this control.

Parameters

newValue System.Stringarrow-up-right

The new value for the date and time value of this control.

IDateTimePicker.ChangeDateTime(DateTime) Method

Changes the date and/or time value of this control.

Parameters

dateTime System.DateTimearrow-up-right

The date time to set.

IDateTimePicker.ChangeTime(int, int, int) Method

Changes the time value of this control.

Parameters

hour System.Int32arrow-up-right

The new hour value.

minute System.Int32arrow-up-right

The new minute value.

second System.Int32arrow-up-right

The new second value.

Last updated

Was this helpful?