Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTimespan
Description
Get the minutes component of this time span.
| Name | GetMinutes |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Timespan.h |
| Include Path | #include "Misc/Timespan.h" |
int32 GetMinutes() const
Minutes component.
See Also
- GetTotalMinutes