Table of Contents

Constructor Today

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

Today(IElement)

Initializes a new instance of TODAY with an element.

public Today(IElement element)

Parameters

element IElement

The element for the TODAY function.

Today(IEnumerable<IElement>)

Initializes a new instance of TODAY with multiple elements.

public Today(IEnumerable<IElement> elements)

Parameters

elements IEnumerable<IElement>

The elements for the TODAY function.