Run Code
|
API
|
Code Wall
|
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
Secure random string
ggggg
sdrfgthyuytgrfdwcd
C# Abstract Syntax Tree Example: Simple Pascal Compiler
DaysOfYear
C# Programming Exercise 3
encypt& dcrypt
NumberSeenSample
conter 1 in binnary number
12