Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DateGroupItem Structure / IsMatched(DateTime) Method


In This Topic
    IsMatched(DateTime) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function IsMatched( _
       ByVal date As Date _
    ) As Boolean
    'Usage
     
    
    Dim instance As DateGroupItem
    Dim date As Date
    Dim value As Boolean
     
    value = instance.IsMatched(date)
    public bool IsMatched( 
       DateTime date
    )

    Parameters

    date
    See Also