JsonElement.GetDateTime 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 DateTime 形式的項目值。
public:
DateTime GetDateTime();
public DateTime GetDateTime ();
member this.GetDateTime : unit -> DateTime
Public Function GetDateTime () As DateTime
傳回
DateTime 形式的項目值。
例外狀況
這個值不能讀取為 DateTime。
父 JsonDocument 已經過處置。
備註
這個方法只會建立符合 ISO 8601-1 擴充格式的 JSON 字串的 DateTime 標記法, (請參閱 System.Text.Json) 中的 DateTime 和 DateTimeOffset 支援 。