timeSpan 結構 (windows.foundation.h)

表示時間間隔。

語法

typedef struct TimeSpan {
  INT64 Duration;
} TimeSpan;

成員

Duration

類型: INT64

時間間隔,以 100 奈秒為單位。

規格需求

   
最低支援的用戶端 Windows 8
最低支援的伺服器 Windows Server 2012
標頭 windows.foundation.h

另請參閱

CreateTimeSpan

CreateTimeSpanArray

IPropertyValue::GetTimeSpan

IPropertyValue::GetTimeSpanArray