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