Table of Contents

Method Skip

Namespace
Eon
Assembly
Eon.dll

Skip(int)

Skip countDuration values from this Schedule.

public Schedule Skip(int count)

Parameters

count int

The number of emissions to skip.

Returns

Schedule

A Schedule with countDuration values skipped.

Remarks

If count is greater than the number of emissions from this Schedule, it emits nothing.