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