Estructura TimeSpan (windows.foundation.h)

Representa un intervalo de tiempo.

Sintaxis

typedef struct TimeSpan {
  INT64 Duration;
} TimeSpan;

Miembros

Duration

Tipo: INT64

Intervalo de tiempo, en unidades de 100 nanosegundos.

Requisitos

   
Cliente mínimo compatible Windows 8
Servidor mínimo compatible Windows Server 2012
Encabezado windows.foundation.h

Consulte también

CreateTimeSpan

CreateTimeSpanArray

IPropertyValue::GetTimeSpan

IPropertyValue::GetTimeSpanArray