DateTimeValidatorAttribute.

Validate(Object) Method

Summary

Checks if the specified value can be converted to a System.DateTime.

Syntax

public override void Validate(Object value)

Parameters

Name Type Description
value Object The value to be checked.

Return Value

Type Description
void