TimeGenerator Methods |
| Name | Description | |
|---|---|---|
| FromInterval(TimeInterval, Duration) |
Generates times at a specified frequency within an interval as well as the end of the interval.
| |
| FromInterval(JulianDate, JulianDate, Duration) |
Generates times at a specified frequency within an interval as well as the stop time.
| |
| RegularSamplingFromInterval(TimeInterval, Duration) |
Generates times at regular steps within an interval (not including the end time).
| |
| RegularSamplingFromInterval(TimeInterval, JulianDate, Duration) |
Generates times at regular steps within an interval (not including the end time).
| |
| RegularSamplingFromIntervals(TimeIntervalCollection, Duration) |
Generates times at regular steps within a set of intervals (not including the edges of the intervals).
| |
| RegularSamplingFromIntervals(TimeIntervalCollection, JulianDate, Duration) |
Generates times at regular steps within an interval (not including the end time).
|