Table of Contents

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

column Column

The 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

expression Expression

The 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

element IElement

The datetime or time element to extract the second from.