Table of Contents

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

element IElement

The 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

elements IEnumerable<IElement>

The date or datetime elements to extract the month from.