Class ActActualDateTime
Represents an action that records the absolute controller timestamp (wall-clock DateTime) for a machine step. Parallel to ActActualTimecode: that act carries the run-relative timecode (a TimeSpan), this one preserves the raw calendar instant so the date is not lost — converting between the two is the mapping anchor's job, done once at the boundary.
public class ActActualDateTime : IActMachineStep, IAct
- Inheritance
-
ActActualDateTime
- Implements
- Inherited Members
- Extension Methods
Constructors
ActActualDateTime(DateTime)
Initializes a new instance of the ActActualDateTime class.
public ActActualDateTime(DateTime actualDateTime)
Parameters
actualDateTimeDateTimeThe absolute controller timestamp for the machine step.
Properties
ActualDateTime
Gets or sets the absolute controller timestamp for the machine step.
public DateTime ActualDateTime { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.