Click or drag to resize

TimeGenerator Methods

Methods
  NameDescription
Public methodStatic memberFromInterval(TimeInterval, Duration)
Generates times at a specified frequency within an interval as well as the end of the interval.
Public methodStatic memberFromInterval(JulianDate, JulianDate, Duration)
Generates times at a specified frequency within an interval as well as the stop time.
Public methodStatic memberRegularSamplingFromInterval(TimeInterval, Duration)
Generates times at regular steps within an interval (not including the end time).
Public methodStatic memberRegularSamplingFromInterval(TimeInterval, JulianDate, Duration)
Generates times at regular steps within an interval (not including the end time).
Public methodStatic memberRegularSamplingFromIntervals(TimeIntervalCollection, Duration)
Generates times at regular steps within a set of intervals (not including the edges of the intervals).
Public methodStatic memberRegularSamplingFromIntervals(TimeIntervalCollection, JulianDate, Duration)
Generates times at regular steps within an interval (not including the end time).
Top
See Also