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