Click or drag to resize

DateSequenceRepeat Method

Creates a sequence by repeating a value a given number of times.

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+b25929339ea1019e260029cf0ebd18b3a0ce2443
Syntax
C#
public static DateSequence Repeat(
	int size,
	Date value
)

Parameters

size  Int32
The size of the sequence.
value  Date
The repeated value.

Return Value

DateSequence
The repeating sequence.
See Also