Search
Schedule.GetLargestFreePeriod Method
See Also
 






Returns the largest free period in the specified range.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public DateTime[] GetLargestFreePeriod (
    DateTime from,
    DateTime to
)

Visual Basic  Copy Code

Public Function GetLargestFreePeriod( _
    from As DateTime, _
    to As DateTime _
) As DateTime()

 Parameters

from

The start of the range to check.

to

The end of the range to check.

 Return Value

A DateTime object representing the start of the largest free period in the specified range.

 See Also