Click or drag to resize

PeriodicSchedulerGetScheduleAt Method

Return the Schedule for the Schedule-dailyPattern pair at the specified index

Namespace:  DHI.Mike1D.BoundaryModule.PeriodicItem
Assembly:  DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public IPeriodicSchedule GetScheduleAt(
	int index
)

Parameters

index
Type: SystemInt32
index in list to retrieve

Return Value

Type: IPeriodicSchedule

[Missing <returns> documentation for "M:DHI.Mike1D.BoundaryModule.PeriodicItem.PeriodicScheduler.GetScheduleAt(System.Int32)"]

Implements

IPeriodicSchedulerGetScheduleAt(Int32)
See Also