using System; class TestDateTimeFormats { static void Main( ) { DateTime dt = new DateTime(2000, 10, 11, 15, 32, 14); // Prints "2000-10-11T15:32:14" Console.
確定! 回上一頁