[]
Determines the type of day for the specified date.
public virtual DayType GetTypeOfDay(DateTime dateTime, out IHoliday holiday)
Public Overridable Function GetTypeOfDay(dateTime As Date, ByRef holiday As IHoliday) As DayType
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. |
Type | Description |
---|---|
DayType | A GrapeCity.Windows.InputMan.DayType enumeration value that represents the type of day. |