Version

TimeSpanEditorInvalidValueReason Enumeration

Constants which the define the reason that the TimeSpanEditor's value is invalid.
Syntax
'Declaration
 
Public Enum TimeSpanEditorInvalidValueReason 
   Inherits System.Enum
public enum TimeSpanEditorInvalidValueReason : System.Enum 
Members
MemberDescription
CouldNotParseThe text entered by the user could not be parsed into a valid TimeSpan.
GreaterThanMaxThe value entered by the user was greater than the maximum allowable value.
LessThanMinThe value entered by the user was less than the minimum allowable value.
NoneThe value is valid.
ValueIsNullThe user entered an empty string, and null values are not permitted.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also