FDateTime::operator>=

Checks whether this date is greater than or equal to the date span.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/DateTime.h"

Syntax

bool operator>=
(
    const FDateTime & Other
) const

Remarks

Checks whether this date is greater than or equal to the date span.

Returns

true if this date is greater or equal, false otherwise.

Parameters

Parameter

Description

Other

The date to compare with.

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