DurationHelper.GetHasTimeSpan(Duration) 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.
Retourne si le composant TimeSpan d’une durée donnée contient une valeur non null. C# et Microsoft Visual Basic code doivent utiliser Duration.HasTimeSpan à la place.
static bool GetHasTimeSpan(Duration const& target);
public static bool GetHasTimeSpan(Duration target);
function getHasTimeSpan(target)
Public Shared Function GetHasTimeSpan (target As Duration) As Boolean
Paramètres
- target
- Duration
Valeur Duration à évaluer.
Retours
bool
true si le composant TimeSpan de la durée fournie n’est pas null ; sinon, false.
Remarques
Si cette méthode retourne false, la valeur Duration est non initialisée ou contient l’une des valeurs spéciales Automatic ou Forever.