Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FDateTime
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Returns result of adding the given time span to this date. | Misc/DateTime.h | ||
| Misc/DateTime.h |
operator+(const FTimespan &)
Description
Returns result of adding the given time span to this date.
| Name | operator+ |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/DateTime.h |
| Include Path | #include "Misc/DateTime.h" |
FDateTime operator+
(
const FTimespan & Other
) const
A date whose value is the sum of this date and the given time span.
See Also
operator+(const FDateTime &)
| Name | operator+ |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/DateTime.h |
| Include Path | #include "Misc/DateTime.h" |
FDateTime operator+
(
const FDateTime & Other
)