Click or drag to resize

DateSequenceCreate(Date, Int32, Date) Method

Creates a sequence from a range and a step.

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+b25929339ea1019e260029cf0ebd18b3a0ce2443
Syntax
C#
public static DateSequence Create(
	Date first,
	int step,
	Date last
)

Parameters

first  Date
First value in the sequence.
step  Int32
Distance between sequence values.
last  Date
Upper bound of the sequence. It may be rounded down.

Return Value

DateSequence
A sequence returning a range of values.
See Also