DateTimeExtensions..::..GetDateRangeTo Method

Gets the date range to.

Namespace:  Core
Assembly:  Core (in Core.dll)

Syntax


public static IEnumerable<DateTime> GetDateRangeTo(
	DateTime self,
	DateTime toDate
)

Parameters

self
Type: DateTime
The self.
toDate
Type: DateTime
To date.

Return Value

IEnumerable<DateTime>.