Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 484 Bytes

File metadata and controls

31 lines (21 loc) · 484 Bytes
description Learn more about: DateTime.Time
title DateTime.Time
ms.subservice m-source
ms.topic reference

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)