MindFusion.Wpf Pack Programmer's Guide
Schedule.GetFreePeriod Method
See Also
 





Returns the next period with the specified duration after the specified date, which is not occupied by items.

 Overload List

Name Description

Schedule.GetFreePeriod (DateTime, DateTime, TimeSpan)

Returns the next period after the specified date with the specified duration which is not occupied by items.

Schedule.GetFreePeriod (DateTime, DateTime, TimeSpan, ResourceCollection(Contact))

Returns the next period after the specified date with the specified duration, which is not occupied by items associated with the specified contacts.

Schedule.GetFreePeriod (DateTime, DateTime, TimeSpan, ResourceCollection(Location))

Returns the next period after the specified date with the specified duration, which is not occupied by items associated with the specified locations.

Schedule.GetFreePeriod (DateTime, DateTime, TimeSpan, ResourceCollection(Resource))

Returns the next period after the specified date with the specified duration, which is not occupied by items associated with the specified resources.

Schedule.GetFreePeriod (DateTime, DateTime, TimeSpan, ResourceCollection(Task))

Returns the next period after the specified date with the specified duration, which is not occupied by items associated with the specified tasks.

 See Also

Schedule Members
Schedule Class
MindFusion.Scheduling Namespace