Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
wyliczenie 1 dnia tygodnia
//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) { DateTime d = DateTime.Today.AddDays(-7); Console.WriteLine(d.AddDays(-(int)d.DayOfWeek+1)); Console.WriteLine(d.AddDays(7-(int)d.DayOfWeek)); } } }
run
|
edit
|
history
|
help
0
asdfghyjujn dsc
example
custom Generic Que Implementation
Diagonal Difference
532
Lotto35Generator
code exple
Classes-and-Structures.cs
learning1
hay