DateTimeExtensions
.
.
::
.
.
ThisWeekMonday Method
Thises the week monday. var monday = DateTime.Now.ThisWeekMonday();
Namespace:
Core
Assembly:
Core
(in Core.dll)
Syntax
C#
public
static
DateTime
ThisWeekMonday
(
DateTime
date
)
Parameters
date
Type:
DateTime
The date.
Return Value
returns DateTime
See Also
DateTimeExtensions Class
Core Namespace