Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Misc/Timespan.h |
Include |
#include "Misc/Timespan.h" |
Create and initialize a new time interval with the specified number of days, hours, minutes and seconds.
Parameter |
Description |
---|---|
Days |
The days component. |
Hours |
The hours component. |
Minutes |
The minutes component. |
Seconds |
The seconds component. |
FractionNano |
The fractional seconds (in nanosecond resolution). |