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