Returns the largest free period in the specified range.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public DateTime[] GetLargestFreePeriod ( |
Visual Basic
Copy Code
|
|---|
Public Function GetLargestFreePeriod( _ |
The start of the range to check.
The end of the range to check.
A DateTime object representing the start of the largest free period in the specified range.
See Also