KeyTimeHelper.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.
Génère un nouveau KeyTime avec des données initiales basées sur le TimeSpan spécifié. C# et Le code Microsoft Visual Basic doivent utiliser FromTimeSpan à la place.
static KeyTime FromTimeSpan(TimeSpan const& timeSpan);
public static KeyTime FromTimeSpan(System.TimeSpan timeSpan);
function fromTimeSpan(timeSpan)
Public Shared Function FromTimeSpan (timeSpan As TimeSpan) As KeyTime
Paramètres
Retours
Valeur KeyTime générée.