StandbyTime Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Controls the inactive duration in normal mode.
public enum StandbyTime
type StandbyTime =
Public Enum StandbyTime
- Inheritance
-
StandbyTime
Fields
| Name | Value | Description |
|---|---|---|
| Ms0_5 | 0 | 0.5 ms. |
| Ms62_5 | 1 | 62.5 ms. |
| Ms125 | 2 | 125 ms. |
| Ms250 | 3 | 250 ms. |
| Ms500 | 4 | 500 ms. |
| Ms1000 | 5 | 1,000 ms. |
| Ms10 | 6 | 10 ms. |
| Ms20 | 7 | 20 ms. |