MseTimeRange MseTimeRange MseTimeRange MseTimeRange Struct

Definition

Describes the start and end of a time range.

public : struct MseTimeRangepublic struct MseTimeRangePublic Structure MseTimeRange// You can use this struct in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

End End End End

The ending time interval expressed in 100-nanosecond units.

public : field TimeSpan Endpublic field TimeSpan EndPublic Field End// You can use this field in JavaScript.

Start Start Start Start

The starting time interval expressed in 100-nanosecond units.

public : field TimeSpan Startpublic field TimeSpan StartPublic Field Start// You can use this field in JavaScript.