Skip to content

SecondOf

Shaun Lawrence edited this page Aug 13, 2020 · 1 revision

Returns the second component from the supplied date/time.

SecondOf(date)

Parameters

date

The date/time to extract the second component from.

Type DateTime
Required Yes

Examples

SecondOf(#25/12/2020 12:34:56#)

Returns a value of 56.

Clone this wiki locally