Fills a Date/Time array with the specified date/time value.

Namespace: PPJ.Runtime.Vis
Assembly: PPJ.Runtime.Vis.2 (in PPJ.Runtime.Vis.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public static SalBoolean ArrayFillDateTime(
	SalArray<SalDateTime> dtArray,
	SalDateTime dtValue,
	SalNumber nCount
)

Parameters

dtArray
Type: PPJ.Runtime..::..SalArray<(Of <(<'SalDateTime>)>)>
dtValue
Type: PPJ.Runtime..::..SalDateTime
nCount
Type: PPJ.Runtime..::..SalNumber

Return Value

See Also