Share via


TimeSpan 構造体 (windows.foundation.h)

時間間隔を表します。

構文

typedef struct TimeSpan {
  INT64 Duration;
} TimeSpan;

メンバー

Duration

型: INT64

時間間隔 (100 ナノ秒単位)。

要件

   
サポートされている最小のクライアント Windows 8
サポートされている最小のサーバー Windows Server 2012
Header windows.foundation.h

関連項目

CreateTimeSpan

CreateTimeSpanArray

IPropertyValue::GetTimeSpan

IPropertyValue::GetTimeSpanArray