次の方法で共有


MseTimeRange 構造体

定義

時間範囲の開始と終了について説明します。

/// [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
継承
MseTimeRange
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

フィールド

End

終了時間間隔を 100 ナノ秒単位で表します。

Start

開始時間間隔を 100 ナノ秒単位で表します。

適用対象