Version

WebDateChooser.InvalidDateEventArgs Class Members

The following tables list the members exposed by WebDateChooser.InvalidDateEventArgs.

Public Constructors
 NameDescription
Public ConstructorWebDateChooser.InvalidDateEventArgs Constructor

This constructor is used to create a new InvalidDateEventArgs, when the InvalidDateEvent is fired.

 
Public Properties
 NameDescription
Public PropertyReason

The code specifying why the date was invalid.

 
Public PropertyText

If the Reason was ImproperDateFormat, this will be the original date string, otherwise it will be null.

 
Public PropertyValue

If the Reason was DateOutOfRange or NullValue, this will be the original DateTime, otherwise it will be null.

 
See Also