Answers for "date to time stamp c#"

C#
2

c# datetime to timestamp

DateTimeOffset.UtcNow.ToUnixTimeSeconds()
Posted by: Guest on October-12-2020
0

c# timestamp now

DateTime now = DateTime.Now;
        Console.WriteLine("NOW: " + now);
Posted by: Guest on January-18-2021

C# Answers by Framework

Browse Popular Code Answers by Language