Version

DateTimeEditorInvalidValueEventArgs class Members

The following tables list the members exposed by DateTimeEditorInvalidValueEventArgs.

Public Constructors
Public Properties
 NameDescription
Public PropertydayGets value entered in day-of-month field or null.Day  
Public PropertyhoursGets value entered in hours field in 24-hour format (adjusted for possible AM/PM) or null.Hours  
Public PropertymillisecondsGets value entered in milliseconds field or null.Milliseconds  
Public PropertyminutesGets value entered in minutes field or null.Minutes  
Public PropertymonthGets value entered in month field or null.Month  
Public PropertysecondsGets value entered in seconds field or null.Seconds  
Public PropertyvalueGets sets new value.Value in control  
Public PropertyyearGets value entered in year field or null.Year  
Public Methods
 NameDescription
Public MethodisInvalidTextChecks if text in editor can not be converted to date.  
Public MethodisLimitChecks if date is out of minimum or maximum limit.  
Public MethodisNullChecks if date is null when EnableNull is disabled.  
See Also