[]
Gets a boolean value indicating whether the two DateTime are matched.
public bool IsMatched(DateTime date)
Public Function IsMatched([date] As Date) As Boolean
| Type | Name | Description |
|---|---|---|
| DateTime | date | The compared date. |
| Type | Description |
|---|---|
| bool |
|