Class ActActualTimecode
Represents an action that sets the actual time for a machine step.
public class ActActualTimecode : IActMachineStep, IAct
- Inheritance
-
ActActualTimecode
- Implements
- Inherited Members
- Extension Methods
Constructors
ActActualTimecode(TimeSpan)
Initializes a new instance of the ActActualTimecode class.
public ActActualTimecode(TimeSpan actualTime)
Parameters
actualTimeTimeSpanThe actual time for the machine step.
Properties
ActualTimecode
Gets or sets the actual time for the machine step.
public TimeSpan ActualTimecode { 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.