DRAFTThis page is not published. Only visible in development mode.
datetime module

datetime::time

Extract the time component from a datetime.

Syntax

RQL

Parameters

NameTypeDescription
datetime_valueDatetimeThe datetime to extract the time component from

Return Value

Returns a Time representing the time component of the datetime.

Examples

$ Extract time from datetime
$ ctrl+enter to run

Related Functions