The following tables list the members exposed by DateTimeEditorInvalidValueEventArgs.
Name | Description | |
---|---|---|
![]() | DateTimeEditorInvalidValueEventArgs Constructor |
Name | Description | |
---|---|---|
![]() | day | Gets value entered in day-of-month field or null.Day |
![]() | hours | Gets value entered in hours field in 24-hour format (adjusted for possible AM/PM) or null.Hours |
![]() | milliseconds | Gets value entered in milliseconds field or null.Milliseconds |
![]() | minutes | Gets value entered in minutes field or null.Minutes |
![]() | month | Gets value entered in month field or null.Month |
![]() | seconds | Gets value entered in seconds field or null.Seconds |
![]() | value | Gets sets new value.Value in control |
![]() | year | Gets value entered in year field or null.Year |
Name | Description | |
---|---|---|
![]() | isInvalidText | Checks if text in editor can not be converted to date. |
![]() | isLimit | Checks if date is out of minimum or maximum limit. |
![]() | isNull | Checks if date is null when EnableNull is disabled. |