Click or drag to resize

TimeSpanRange Constructor (TimeSpan, TimeSpan)

Initializes a new instance of the TimeSpanRange class

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

Parameters

from
Type: SystemTimeSpan

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

to
Type: SystemTimeSpan

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

See Also