datetime クラス : datetime(string) フィッタ

説明

datetime に変換できる文字列で初期化された datetime クラスのインスタンスを返します。

構文

new datetime(string conversionString)

引数

クラス名前説明
conversionStringstringdatetime に変換できる文字列。

返り値

クラス説明
datetime初期化された datetime クラスのインスタンス。

サンプルコード

1:

datetime dt = new datetime("2016/03/04 04:13:00");

注意

このフィッタは、System.DateTime.Parse(String) メソッドを使用しています。

参照リンク

Copyright © Cooker All rights reserved.