milestonexprotectwspython.xpwrecordersequenceentry

Module: xpwrecordersequenceentry.py

Revision History

Date Version Description
2023/07/11 1.0.0.0 Initial Version.

@export
class XPWRecorderSequenceEntry:

Represents a sequence type.

Threadsafety:

This class is fully thread-safe.

XPWRecorderSequenceEntry()

Initializes a new instance of the class.

TimeTrigged: datetime.datetime

Gets the TimeTrigged property value.

Returns:

The date and time the recording was triggered, in UTC format.

TimeBegin: datetime.datetime

Gets the TimeBegin property value.

Returns:

The date and time the recording began, in UTC format.

TimeEnd: datetime.datetime

Gets the TimeEnd property value.

Returns:

The date and time the recording ended, in UTC format.