[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.DateTimeCellType.IsValid

IsValid Method

IsValid(object)

Determines whether the specified value can be converted to a date-time value and is between the minimum and maximum allowed values.

Declaration
public override bool IsValid(object value)
Public Overrides Function IsValid(value As Object) As Boolean
Parameters
Type Name Description
object value

Value to validate (as object)

Returns
Type Description
bool

True if the value is valid; otherwise, false

Overrides