TimedOperation.SetTimeMs Property

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.LogicOperations Namespace > TimedOperation Class > TimedOperation Properties >

TimedOperation.SetTimeMs Property

Gets or sets the time in milliseconds.

Gets or sets the time in milliseconds.

Namespace: BNCS.Logic.LogicOperations
Assembly:  BNCS.Logic (in BNCS.Logic.dll)

 

Syntax


public uint SetTimeMs { get; set; }

Field Value

The time value in milliseconds.

 

Remarks


This property is used to specify the duration or delay in milliseconds.

 

Examples


C#

SetTimeMs = 1000; // Sets the time to 1000 milliseconds (1 second).

 

See Also


TimedOperation Class

BNCS.Logic.LogicOperations Namespace