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