Click or drag to resize

DFDateTimeColumnTransform(FuncDateTime) Method

Modifies the elements of this column by applying the given no-argument function to each element.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DFDateTimeColumn Transform(
	Func<DateTime> function
)

Parameters

function  FuncDateTime
A delegate object representing a function that takes no parameters and returns a DateTime.

Return Value

DFDateTimeColumn
A reference to self.
See Also