DateTime.hour()

ترجع الساعة للوقت المنقضي
DateTime.hour(time:int)

Parameters

Name Type Действие Значение по умолчанию
time int حان الوقت Unix timestamp

Return value

ساعة من الوقت المحدد.

Example

let h = DateTime.hour(Current.Time);