Duration.Hours
Syntax
Duration.Hours(duration as nullable duration) as nullable number
About
Returns the hours portion of duration
.
Example 1
Extract the hours from a duration value.
Usage
Duration.Hours(#duration(5, 4, 3, 2))
Output
4
यह ब्राउज़र अब समर्थित नहीं है.
नवीनतम सुविधाओं, सुरक्षा अपडेट और तकनीकी सहायता का लाभ लेने के लिए Microsoft Edge में अपग्रेड करें.
Duration.Hours(duration as nullable duration) as nullable number
Returns the hours portion of duration
.
Extract the hours from a duration value.
Usage
Duration.Hours(#duration(5, 4, 3, 2))
Output
4