[]
Returns the type of day for the specified date.
public override DayType TypeOfDay(DateTime dateTime)
Public Overrides Function TypeOfDay(dateTime As Date) As DayType
Type | Name | Description |
---|---|---|
DateTime | dateTime | A DateTime value indicates the date. |
Type | Description |
---|---|
DayType | A GrapeCity.Windows.InputMan.DayType enumeration that represents the type of day. |
This method will return the GrapeCity.Windows.InputMan.DayType.ForcedHoliday if the date is a weekday holiday, otherwise, a GrapeCity.Windows.InputMan.DayType.Normal will be returned.