Table of Contents

Constructor Now

Namespace
YndigoBlue.Velocity.Functions
Assembly
YndigoBlue.Velocity.dll

Now(IElement)

Initializes a new instance of NOW with an element.

public Now(IElement element)

Parameters

element IElement

The element for the NOW function.

Now(IEnumerable<IElement>)

Initializes a new instance of NOW with multiple elements.

public Now(IEnumerable<IElement> elements)

Parameters

elements IEnumerable<IElement>

The elements for the NOW function.