Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
uzyskanie daty poniedziaĆku
//Title of this code //Rextester.Program.Main is the entry point for your code. Don't change it. 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 d = DateTime.Today.AddDays(-7); DateTime pn = d.AddDays(DayOfWeek.Monday - d.DayOfWeek); DateTime ni = pn.AddDays(6); Console.WriteLine(pn); Console.WriteLine(ni); } } }
run
|
edit
|
history
|
help
0
Fff
System Convert
ASCII table generator
Interlocked Class (atomic operations)
ray's 2nd test
Assignment
Comp4.1
Event test
What is the best way to iterate over a Dictionary in C#?
sadfghjklö