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