FDateTime

Overload list

Windows
MacOS
Linux
Name Description

Public function

FDateTime()

Default constructor (no initialization).

Public function

FDateTime

(
    int64 InTicks
)

Creates and initializes a new instance with the specified number of ticks.

Public function

FDateTime

(
    int32 Year,
    int32 Month,
    int32 Day,
    int32 Hour,
    int32 Minute,
    int32 Second,
    int32 Millisecond
)

Creates and initializes a new instance with the specified year, month, day, hour, minute, second and millisecond.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss