FTimespan::Zero

Return the zero time span value.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

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

Include

#include "Misc/Timespan.h"

Syntax

static FTimespan Zero()

Remarks

Return the zero time span value.

The zero time span value can be used in comparison operations with other time spans.

Returns

Zero time span.

See Also