Constructor Hour
- Namespace
- YndigoBlue.Velocity.Functions
- Assembly
- YndigoBlue.Velocity.dll
Hour(Column)
Initializes a new instance of HOUR for a column.
public Hour(Column column)
Parameters
columnColumnThe datetime or time column to extract the hour from.
Hour(Expression)
Initializes a new instance of HOUR for an expression.
public Hour(Expression expression)
Parameters
expressionExpressionThe datetime or time expression to extract the hour from.
Hour(IElement)
Initializes a new instance of HOUR for any element.
public Hour(IElement element)
Parameters
elementIElementThe datetime or time element to extract the hour from.