DateTimeExtensions
.
.
::
.
.
NextSunday Method
Nexts the sunday. Get's the date of the upcoming Sunday.
Namespace:
Core
Assembly:
Core
(in Core.dll)
Syntax
C#
public
static
DateTime
NextSunday
(
DateTime
date
)
Parameters
date
Type:
DateTime
The date.
Return Value
returns DateTime
See Also
DateTimeExtensions Class
Core Namespace