Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / HolidayCollection Class / IsHoliday Method
A System.DateTime value that indicates the date.


In This Topic
    IsHoliday Method (HolidayCollection)
    In This Topic
    Determines whether the specified date is a holiday.
    Syntax
    'Declaration
     
    
    Public Overridable Function IsHoliday( _
       ByVal date As Date _
    ) As Boolean
    'Usage
     
    
    Dim instance As HolidayCollection
    Dim date As Date
    Dim value As Boolean
     
    value = instance.IsHoliday(date)
    public virtual bool IsHoliday( 
       DateTime date
    )

    Parameters

    date
    A System.DateTime value that indicates the date.

    Return Value

    true if the date is a holiday; otherwise, false.
    Remarks
    A specified date that uses the Holiday or ForceHoliday class is treated as a holiday. Also, weekday's can be treated as holidays by using the DayOfWeekHolidayPolicy structure.
    See Also