Skip to main content

TimeSlotCollection.GetMinValue() Method

OBSOLETE

You should not use this method.

The method is unnecessary since the collection is ordered.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

[Obsolete("You should not use this method.", false)]
public TimeSpan GetMinValue()

Returns

Type Description
TimeSpan

A TimeSpan value representing the time interval.

See Also