Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FDateTime > API/Runtime/Core/Misc/FDateTime/__ctor
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 |
FDateTime
&40;
int32 Year,
int32 Month,
int32 Day,
int32 Hour,
int32 Minute,
int32 Second,
int32 Millisecond
&41;
Remarks
Creates and initializes a new instance with the specified year, month, day, hour, minute, second and millisecond.
Parameters
Name | Description |
---|---|
Year | The year. |
Month | The month. |
Day | The day. |
Hour | The hour (optional). |
Minute | The minute (optional). |
Second | The second (optional). |
Millisecond | The millisecond (optional). |