Constructor Day
- Namespace
- YndigoBlue.Velocity.Functions
- Assembly
- YndigoBlue.Velocity.dll
Day(IElement)
Initializes a new instance of DAY for a single element.
public Day(IElement element)
Parameters
elementIElementThe date or datetime element to extract the day from.
Day(IEnumerable<IElement>)
Initializes a new instance of DAY for multiple elements.
public Day(IEnumerable<IElement> elements)
Parameters
elementsIEnumerable<IElement>The date or datetime elements to extract the day from.