FDateTime::operator-

Returns time span between this date and the given date.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/DateTime.h

Include

#include "Misc/DateTime.h"

Syntax

FTimespan operator-
(
    const FDateTime & Other
) const

Remarks

Returns time span between this date and the given date.

Returns

A time span whose value is the difference of this date and the given date.

See Also

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss