Click or drag to resize

TimeSpanRange Constructor (NullableTimeSpan, NullableTimeSpan)

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(
	Nullable<TimeSpan> from,
	Nullable<TimeSpan> to
)

Parameters

from
Type: SystemNullableTimeSpan

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

to
Type: SystemNullableTimeSpan

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

See Also