PropertyValue.CreateTimeSpanArray(TimeSpan[]) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée une valeur de propriété à partir d’un tableau d’intervalles de temps.
public:
static Platform::Object ^ CreateTimeSpanArray(Platform::Array <TimeSpan> ^ value);
static IInspectable CreateTimeSpanArray(winrt::array_view <TimeSpan> const& value);
public static object CreateTimeSpanArray(TimeSpan[] value);
function createTimeSpanArray(value)
Public Shared Function CreateTimeSpanArray (value As TimeSpan()) As Object
Paramètres
Retours
Valeur de la propriété.