Table of Contents

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

element IElement

The 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

elements IEnumerable<IElement>

The date or datetime elements to extract the day from.