Answers for "datetime to timespan c#"

C#
1

c# datetime to timestamp

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

c# convert datetime to timespan

Add .TimeofDay to the datetime value to make it of type TimeSpan

DateTime.TimeOfDay
Posted by: Guest on February-11-2021

C# Answers by Framework

Browse Popular Code Answers by Language