Skip to main content

TimeSlotCollection.GetMinValue() Method

In This Article
OBSOLETE

You should not use this method.

The method is unnecessary since the collection is ordered.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.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