Time Functions

#time

Syntax #time(hour as number, minute as number, second as number) as time Description Creates a …

Time.EndOfHour

Syntax Time.EndOfHour(dateTime as any) as any Description Returns a time, datetime, or datetimezone value representing …

Time.ToRecord

Syntax Time.ToRecord(time as time) as record Description Returns a record containing the parts of the …

Time.StartOfHour

Syntax Time.StartOfHour(dateTime as any) as any Description Returns the first value of the hour given …

Time.Hour

Syntax Time.Hour(dateTime as any) as nullable number Description Returns the hour component of the provided …

Time.Minute

Syntax Time.Minute(dateTime as any) as nullable number Description Returns the minute component of the provided …

Time.ToText

Syntax Time.ToText(time as nullable time, optional format as nullable text, optional culture as nullable text) …

Time.FromText

Syntax Time.FromText(text as nullable text, optional culture as nullable text) as nullable time Description Creates …

Time.Second

Syntax Time.Second(dateTime as any) as nullable number` Description Returns the second component of the provided …

Time.From

Syntax Time.From(value as any, optional culture as nullable text) as nullable time Description Returns a …