|
<< 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)
public uint SetTimeMs { get; set; }
The time value in milliseconds.
This property is used to specify the duration or delay in milliseconds.
SetTimeMs = 1000; // Sets the time to 1000 milliseconds (1 second).
BNCS.Logic.LogicOperations Namespace