unreal.Timespan

class unreal.Timespan(days: int = 0, hours: int = 0, minutes: int = 0, seconds: int = 0, milliseconds: int = 0)

Bases: StructBase

A time span value, which is the difference between two dates and times. note: The full C++ class is located here: EngineSourceRuntimeCorePublicMiscTimespan.h

C++ Source:

  • Module: CoreUObject

  • File: NoExportTypes.h

MAX_VALUE: Timespan

Returns the maximum time span value

Type:

(Timespan)

MIN_VALUE: Timespan

Returns the minimum time span value

Type:

(Timespan)

ZERO: Timespan

Returns a zero time span value

Type:

(Timespan)