[]
Returns the day of the week in the specified DateTime.
public override DayOfWeek GetDayOfWeek(DateTime time)
Type | Name | Description |
---|---|---|
DateTime | time | The DateTime to read. |
Type | Description |
---|---|
DayOfWeek | A DayOfWeek value that represents the day of the week in the specified DateTime. |