DateTimeExtensions
.
.
::
.
.
LastDayOfWeekOfTheMonth Method
Lasts the day of week of the month.
Namespace:
Core
Assembly:
Core
(in Core.dll)
Syntax
C#
public
static
DateTime
LastDayOfWeekOfTheMonth
(
DateTime
date
,
DayOfWeek
dayOfweek
)
Parameters
date
Type:
DateTime
The date.
dayOfweek
Type:
DayOfWeek
The day ofweek.
Return Value
returns DateTime
See Also
DateTimeExtensions Class
Core Namespace