[]
Determines whether the specified date time is valid.
public bool IsValid(DateTime dateTime)
Public Function IsValid(dateTime As Date) As Boolean
| Type | Name | Description |
|---|---|---|
| DateTime | dateTime | The date time. |
| Type | Description |
|---|---|
| bool | true if the specified date time is valid; otherwise, false. |