Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
DateTime change clock
//Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { DateTime d = new DateTime(2018, 3, 12); DateTime dt = new DateTime(1753, 1, 1).AddTicks(DateTime.Now.TimeOfDay.Ticks); dt = dt.AddHours(1); d = d.AddDays(1); d = d.AddTicks(dt.TimeOfDay.Ticks); Console.WriteLine(d); } } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Hello
Modulul 3, Exerciţiul 2 – Crearea şi utilizarea unui tip struct
project euler 15, C#
selection sort
D15
removeDuplicate C#
Binary Search Tree
Flipping a bit
Sort A List : Print the sorted list of ages of the students
adcsasxsd
Please log in to post a comment.