Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FDateTime
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 |
static bool ParseIso8601
&40;
const TCHAR &42; DateTimeString,
FDateTime & OutDateTime
&41;
Remarks
Parses a date string in ISO-8601 format. true if the string was converted successfully, false otherwise.
Parameters
| Name | Description |
|---|---|
| DateTimeString | The string to be parsed |
| OutDateTime | FDateTime object (in UTC) corresponding to the input string (which may have been in any timezone). |