NumberToYear

Description

Given a numeric value, NumberToYear returns a DATETIME with only the year.

Type

DATETIME

Arguments

Type

Meaning

1

NUMERIC

A number.

Evaluation

NumberToYear truncates the specified numeric value and returns the value as a year DATETIME.

 
NumberToYear(2013.987 “s”)
 

@“Year 2013”