FTimespan::GetSeconds

Get the seconds component of this 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

int32 GetSeconds() const

Remarks

Get the seconds component of this time span.

Returns

Seconds component.

See Also