// 現在時刻の取得 System.DateTime now = System.DateTime.Now;
int nowMonth; int nowDay; now = System.DateTime.Now; nowMonth = now.Month; nowDay = now.Day;
Unity5学習の際の覚え書き。
// 現在時刻の取得 System.DateTime now = System.DateTime.Now;
int nowMonth; int nowDay; now = System.DateTime.Now; nowMonth = now.Month; nowDay = now.Day;
コメントをかく