Table of Contents

Property MinValue

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

MinValue

Gets or sets the minimum date and time that can be selected in the control.

DateTime MinValue { get; set; }

Property Value

DateTime

The minimum date and time that can be selected in the control. The default is MinDateTime.

Exceptions

ArgumentException

The value assigned is not less than the MaxDate value.

SystemException

The value assigned is less than the MinDateTime value.