Skip to main content

TimeSpanRange(TimeSpan, TimeSpan) Constructor

Initializes a new TimeSpanRange instance with the specified start and end values.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public TimeSpanRange(
    TimeSpan start,
    TimeSpan end
)

Parameters

Name Type Description
start TimeSpan

The start value.

end TimeSpan

The end value.

See Also