Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (14 loc) · 423 Bytes

Time.Hour.md

File metadata and controls

16 lines (14 loc) · 423 Bytes

Time.Hour

Returns the hour component.

function (optional dateTime as nullable any) as nullable any

Description

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

Category

Time

Examples

Find the hour in #datetime(2011, 12, 31, 9, 15, 36).

Time.Hour(#datetime(2011, 12, 31, 9, 15, 36))

9