Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTimespan
Description
Create a time span that represents the specified number of hours.
| Name | FromHours |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Timespan.h |
| Include Path | #include "Misc/Timespan.h" |
static FTimespan FromHours
(
double Hours
)
Time span.
Parameters
| Name | Remarks |
|---|---|
| Hours | The number of hours. |
See Also
-
FromMicroseconds
-
FromMilliseconds
-
FromMinutes
-
FromSeconds