[]
Determines the type of day for the specified date.
public virtual DayType GetTypeOfDay(DateTime date, out object holiday)
Public Overridable Function GetTypeOfDay([date] As Date, ByRef holiday As Object) As DayType
Type | Name | Description |
---|---|---|
DateTime | date | A DateTime value that indicates the date. |
object | holiday | A Holiday, ForceHoliday, or ForceWorkday class associated with the holiday. |
Type | Description |
---|---|
DayType | A DayType enumeration that represents the type of day. |