Click or drag to resize

DateTimeRange Constructor (NullableDateTime, NullableDateTime)

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

Parameters

from
Type: SystemNullableDateTime

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

to
Type: SystemNullableDateTime

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

See Also