動作確認
Unity 5.1.2-f1 on MacOS X 10.8.5
参考
http://dobon.net/vb/dotnet/string/datetimeparse.html
private System.DateTime curDt;
...
curDt = System.DateTime.Parse("2015/09/08 12:30:45");
これで任意の日時をSystem.DateTime型に変換できる。
Go to list of users who liked
More than 5 years have passed since last update.
Unity 5.1.2-f1 on MacOS X 10.8.5
参考
http://dobon.net/vb/dotnet/string/datetimeparse.html
private System.DateTime curDt;
...
curDt = System.DateTime.Parse("2015/09/08 12:30:45");
これで任意の日時をSystem.DateTime型に変換できる。
Register as a new user and use Qiita more conveniently
Go to list of users who liked