[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.DateGroupItem.IsMatched

IsMatched Method

IsMatched(DateTime)

Gets a boolean value indicating whether the two DateTime are matched.

Declaration
public bool IsMatched(DateTime date)
Public Function IsMatched([date] As Date) As Boolean
Parameters
Type Name Description
DateTime date

The compared date.

Returns
Type Description
bool

true if the two dates are matched; otherwise, false.