Click or drag to resize

DateTimeRange Constructor (DateTime, DateTime)

Initializes a new instance of the DateTimeRange class

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public DateTimeRange(
	DateTime from,
	DateTime to
)

Parameters

from
Type: SystemDateTime

[Missing <param name="from"/> documentation for "M:Stimulsoft.Report.DateTimeRange.#ctor(System.DateTime,System.DateTime)"]

to
Type: SystemDateTime

[Missing <param name="to"/> documentation for "M:Stimulsoft.Report.DateTimeRange.#ctor(System.DateTime,System.DateTime)"]

See Also