Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Syntax
Time.StartOfHour(dateTime as any) as any
About
Returns the start of the hour represented by dateTime. dateTime must be a time, datetime or datetimezone value.
Example 1
Find the start of the hour for October 10th, 2011, 8:10:32AM.
Usage
Time.StartOfHour(#datetime(2011, 10, 10, 8, 10, 32))
Output
#datetime(2011, 10, 10, 8, 0, 0)