Table of Contents

Class ActActualTime

Namespace
Hi.Numerical.Acts
Assembly
HiMech.dll

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

actualTime TimeSpan

The 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

TimeSpan