Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FTimespan
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/Timespan.h |
| Include | #include "Misc/Timespan.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/Timespan.cpp |
void Assign
(
int32 Days,
int32 Hours,
int32 Minutes,
int32 Seconds,
int32 FractionNano
)
Remarks
Assign the specified components to this time span.
Parameters
| Name | Description |
|---|---|
| Days | The days component. |
| Hours | The hours component. |
| Minutes | The minutes component. |
| Seconds | The seconds component. |
| FractionNano | The fractional seconds (in nanosecond resolution). |