次の方法で共有


CellValue.TryGetDateTime(DateTime) メソッド

定義

セル値の解析を試み、 DateTimeを取得します。

public bool TryGetDateTime(out DateTime dt);
member this.TryGetDateTime : DateTime -> bool
Public Function TryGetDateTime (ByRef dt As DateTime) As Boolean

パラメーター

dt
DateTime

成功した場合の結果。

戻り値

成功または失敗

適用対象