ChangeSleepStateResponseTransitionTimeRemaining Property |
If the new sleep state requires less wake up time than the old, this indicates that the state is in the process of being changed.
Time interval can be nullable (for example if there is no time remaining).
Namespace: CFX.ResourcePerformanceAssembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic TimeSpan? TransitionTimeRemaining { get; set; }Public Property TransitionTimeRemaining As TimeSpan?
Get
Set
Property Value
NullableTimeSpan
See Also