SetDateRange(DateTime,DateTime) Method
Selects the date range by start and end date.
Remarks
The actual date range can be one full week or one full month.

C# Syntax

void SetDateRange( 
   DateTime firstDate,
   DateTime lastDate
)

Parameters

firstDate
The start date.
lastDate
The end date.