DurationHelper.FromTimeSpan(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 Duration basée sur une valeur TimeSpan . C# et le code Microsoft Visual Basic doivent utiliser le constructeur Duration(TimeSpan) à la place.
static Duration FromTimeSpan(TimeSpan const& timeSpan);
public static Duration FromTimeSpan(System.TimeSpan timeSpan);
function fromTimeSpan(timeSpan)
Public Shared Function FromTimeSpan (timeSpan As TimeSpan) As Duration
Paramètres
Retours
Durée créée.