'Declaration Public Enum TimeSpanEditorInvalidValueReason Inherits System.Enum
public enum TimeSpanEditorInvalidValueReason : System.Enum
Member | Description |
---|---|
CouldNotParse | The text entered by the user could not be parsed into a valid TimeSpan. |
GreaterThanMax | The value entered by the user was greater than the maximum allowable value. |
LessThanMin | The value entered by the user was less than the minimum allowable value. |
None | The value is valid. |
ValueIsNull | The user entered an empty string, and null values are not permitted. |
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