Table of Contents

Class ActActualTimecode

Namespace
Hi.Numerical.Acts
Assembly
HiMech.dll

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

actualTime TimeSpan

The 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

TimeSpan

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.