Table of Contents

Constructor Minute

Namespace
YndigoBlue.Velocity.Functions
Assembly
YndigoBlue.Velocity.dll

Minute(Column)

Initializes a new instance of MINUTE for a column.

public Minute(Column column)

Parameters

column Column

The datetime or time column to extract the minute from.

Minute(Expression)

Initializes a new instance of MINUTE for an expression.

public Minute(Expression expression)

Parameters

expression Expression

The datetime or time expression to extract the minute from.

Minute(IElement)

Initializes a new instance of MINUTE for any element.

public Minute(IElement element)

Parameters

element IElement

The datetime or time element to extract the minute from.