unreal.Timespan

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

Bases: unreal.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 = None

Returns the maximum time span value

Type

(Timespan)

MIN_VALUE = None

Returns the minimum time span value

Type

(Timespan)

ZERO = None

Returns a zero time span value

Type

(Timespan)