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