Returns the largest free period in the specified range.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# 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.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |