Power Query
published
Search
⌃K

Time.Second

Time.Second

Returns the second component.
function (optional dateTime as nullable any) as nullable any

Description

Returns the second component of the provided time, datetime, or datetimezone value, dateTime.

Category

Time

Examples

Find the second value from a datetime value.
Time.Second(#datetime(2011, 12, 31, 9, 15, 36.5))
36.5