DurationHelper.GetHasTimeSpan(Duration) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回指定Duration的TimeSpan元件是否保留非 Null 值。 C# 和 Microsoft Visual Basic 程式碼應該改用 Duration.HasTimeSpan 。
static bool GetHasTimeSpan(Duration const& target);
public static bool GetHasTimeSpan(Duration target);
function getHasTimeSpan(target)
Public Shared Function GetHasTimeSpan (target As Duration) As Boolean
參數
傳回
Boolean
bool
如果提供的Duration的TimeSpan元件不是Null,則為true;否則為false。
備註
如果這個方法傳回 false,則 Duration 為未初始化,或保留 自動或Forever的特殊值之一。