WizardDateTime Class

Wizard DateTime class.

Remarks

Input for date and times.

Different styles are supported, for example:

WizardDateTimeStyle.Date

WizardDateTimeStyle.DateTime

WizardDateTimeStyle.Time

WizardDateTimeStyle.Timeshort

Definition

Namespace: Aliquo.Windows.Wizard.Controls
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public class WizardDateTime : WizardInput
Inheritance
Object    WizardControl    WizardInput    WizardDateTime

Constructors

WizardDateTime Class constructor.
WizardDateTime(WizardDateTimeStyle) Class constructor.

Methods

ToString Converts control settings into String.
(Overrides WizardInputToString)

Fields

Style Sets up the input date using these styles:
TextWidth Width for description of the field.
Width Width of the control.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also