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.
Day(Column)
Initializes a new instance of DAY for a column.
public Day(Column column)
Parameters
columnColumnThe date or datetime column to extract the day from.
Day(DateTime)
Initializes a new instance of DAY for a DateTime literal value.
public Day(DateTime dateTime)
Parameters
dateTimeDateTimeThe DateTime value to extract the day from.
Day(DateOnly)
Initializes a new instance of DAY for a DateOnly literal value.
public Day(DateOnly value)
Parameters
valueDateOnlyThe DateOnly value to extract the day from.
Day(DateTimeOffset)
Initializes a new instance of DAY for a DateTimeOffset literal value.
public Day(DateTimeOffset value)
Parameters
valueDateTimeOffsetThe DateTimeOffset value to extract the day from.