Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
WebDateChooser.InvalidDateEventArgs Class Members
The following tables list the members exposed by WebDateChooser.InvalidDateEventArgs.
Public Properties
| Name | Description |
| Reason | The code specifying why the date was invalid. |
| Text | If the Reason was ImproperDateFormat, this will be the original date string, otherwise it will be null. |
| Value | If the Reason was DateOutOfRange or NullValue, this will be the original DateTime, otherwise it will be null. |
See Also