Sql.Net Class Library Documentation

TimePeriod.FromDate Method 

Create a time period based on a specified date.

public static TimePeriod FromDate(
   TimePeriodType type,
   DateTime date
);

Parameters

type
The type of the TimePeriod to create
date
Any date which falls into the desired period

Return Value

New TimePeriod instance

See Also

TimePeriod Class | Reeb.Reporting Namespace