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
elementIElementThe element for the TODAY function.
Today(IEnumerable<IElement>)
Initializes a new instance of TODAY with multiple elements.
public Today(IEnumerable<IElement> elements)
Parameters
elementsIEnumerable<IElement>The elements for the TODAY function.