GpioChangeCount.RelativeTime Field
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.
The time at which this count was sampled. The time is sampled close to (but not simultaneously with) the count. This timestamp can be used to determine the elapsed time between two GpioChangeCount records. It does not correspond to any absolute or system time.
public: TimeSpan RelativeTime;
TimeSpan RelativeTime;
public System.TimeSpan RelativeTime;
Public RelativeTime As TimeSpan