הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
Syntax
DateTime.Time(dateTime as any) as nullable time
About
Returns the time part of the given datetime value, dateTime.
Example
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)