Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > FDateTime > operator+
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/DateTime.h |
Include | #include "Misc/DateTime.h" |
FDateTime operator+
(
const FTimespan & Other
) const
Remarks
Returns result of adding the given time span to this date. A date whose value is the sum of this date and the given time span.