Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Compare dates c#
//Title of this code //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) { //Your code goes here DateTime date1 = new DateTime(2009, 8, 1, 0, 0, 0); DateTime date2 = new DateTime(2015, 8, 1, 12, 0, 0); DateTime dt = new DateTime(2014, 07, 19); Console.WriteLine("Compare: " + date2.CompareTo(DateTime.Now.AddDays(0))); Console.WriteLine("Hello, world!"); } } }
run
|
edit
|
history
|
help
0
Practice run
Y Fibonnoci
Fórum ➡ Rotating a Square Matrix One Cell Counter Clockwise
2
30272 Program Ex6_1 else_if
f
SVNParse
Необязательные аргументы
Collection_ Introduction default constructor rule_accessing methods from object returned from property
Sort A List of Ages of Students (Solution: Stack / O(N^3) Complexity)