FTimespan::operator%

Return the result of calculating the modulus of this time span with another time span.

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

FTimespan operator%
(
    const FTimespan & Other
) const

Remarks

Return the result of calculating the modulus of this time span with another time span.

Returns

A time span representing the remainder of the modulus operation.

Parameters

Parameter

Description

Other

The time span to divide by.