FDateTime::ToIso8601

Returns the ISO-8601 string representation of the [FDateTime](API\Runtime\Core\Misc\FDateTime).

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/DateTime.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/DateTime.cpp

Syntax

FString ToIso8601() const

Remarks

Returns the ISO-8601 string representation of the FDateTime.

The resulting string assumes that the FDateTime is in UTC.

Returns

String representation.

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