Returns the next period with the specified duration after the specified date, which is not occupied by items.
Name | Description |
---|---|
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. |