PocketPlanner 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 with the specified duration after the specified date, which is not occupied by items.

Schedule.GetFreePeriod (DateTime, DateTime, TimeSpan, ContactCollection)

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

Schedule.GetFreePeriod (DateTime, DateTime, TimeSpan, LocationCollection)

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

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

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

Schedule.GetFreePeriod (DateTime, DateTime, TimeSpan, TaskCollection)

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

 See Also