[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.HolidayBase.TypeOfDay

TypeOfDay Method

TypeOfDay(DateTime)

Returns the type of day for the specified date.

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

A DateTime value indicates the date.

Returns
Type Description
DayType

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

Implements