DateTime.Time

Syntax

DateTime.Time(dateTime as any) as nullable time

About

Returns the time part of the given datetime value, dateTime.

Example 1

Find the time value of #datetime(2010, 12, 31, 11, 56, 02).

Usage

DateTime.Time(#datetime(2010, 12, 31, 11, 56, 02))

Output

#time(11, 56, 2)