MseTimeRange Struct

Definition

Describes the start and end of a time range.

/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
struct MseTimeRange
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public struct MseTimeRange
var mseTimeRange = {
start : /* Your value */,
end : /* Your value */
}
Public Structure MseTimeRange
Inheritance
MseTimeRange
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

End

The ending time interval expressed in 100-nanosecond units.

Start

The starting time interval expressed in 100-nanosecond units.

Applies to