Skip to main content
A newer version of this page is available. .

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.v19.1.Core.dll

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