ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / PostValidation Class / ValidateValuesAndIntervals Method
The value to validate.
Error information filled in case of failure.

In This Topic
    ValidateValuesAndIntervals Method
    In This Topic
    Performs validation of the value against the collections of Values, ValuesExcluded and Intervals.
    Syntax
    'Declaration
     
    
    Public Function ValidateValuesAndIntervals( _
       ByVal value As Object, _
       ByVal errorInfo As ErrorInfo _
    ) As Boolean
    public bool ValidateValuesAndIntervals( 
       object value,
       ErrorInfo errorInfo
    )

    Parameters

    value
    The value to validate.
    errorInfo
    Error information filled in case of failure.
    See Also