Comment detail

ミリ秒まで含んだ時刻文字列 (Nested Flatten)
1
2
3
4
5
6
7
8
using System;

class Program {
    static void Main(string[] args) {
        Console.WriteLine(DateTime.Now.ToString("yyyyMMddHHmmss.fff"));
        Console.ReadLine();
    }
}

Index

Feed

Other

Link

Pathtraq

loading...