[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.HolidayCollection.GetTypeOfDay

GetTypeOfDay Method

GetTypeOfDay(DateTime, out IHoliday)

Determines the type of day for the specified date.

Declaration
public virtual DayType GetTypeOfDay(DateTime dateTime, out IHoliday holiday)
Public Overridable Function GetTypeOfDay(dateTime As Date, ByRef holiday As IHoliday) As DayType
Parameters
Type Name Description
DateTime dateTime

A DateTime value indicates the date.

IHoliday holiday

An instance implemented GrapeCity.Windows.InputMan.IHoliday, such as Holiday, ForceHoliday or GrapeCity.Windows.InputMan.ForceWorkday class.

Returns
Type Description
DayType

A GrapeCity.Windows.InputMan.DayType enumeration value that represents the type of day.