Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTimespan
Description
Get the total number of days represented by this time span.
| Name | GetTotalDays |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Timespan.h |
| Include Path | #include "Misc/Timespan.h" |
double GetTotalDays() const
Number of days.
See Also
- GetDays