Effect.Duration Property (Microsoft.DirectX.DirectInput)

The total duration of the effect, in microseconds. If this value is INFINITE, the effect has infinite duration. If an TermEnvelope has been applied to the effect, the TermAttack is applied, followed by an infinite TermSustain.

Definition

Visual Basic Public Property Duration As Integer
C# public int Duration { get; set; }
C++ public:
property int Duration {
        int get();
        void set(int value);
}
JScript public function get Duration() : int
public function set Duration(int);

Property Value

System.Int32

This property is read/write.