DateSequenceRepeat Method |
Creates a sequence by repeating a value a given number of times.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+b25929339ea1019e260029cf0ebd18b3a0ce2443
Syntaxpublic static DateSequence Repeat(
int size,
Date value
)
Parameters
- size Int32
- The size of the sequence.
- value Date
- The repeated value.
Return Value
DateSequenceThe repeating sequence.
See Also