[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.HolidayBase.TypeOfDay

TypeOfDay Method

TypeOfDay(DateTime)

Returns the type of day for the specified date.

Declaration
public abstract DayType TypeOfDay(DateTime date)
Public MustOverride Function TypeOfDay([date] As Date) As DayType
Parameters
Type Name Description
DateTime date

A DateTime value that indicates the date.

Returns
Type Description
DayType

A DayType enumeration that represents the type of day.

Implements