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
DateTime Parser
Vignere Cipher
amstrong number
C# Basic learning
Sequential n Take ex
Encapsulation and abstration
1.1 Basics: language constructs
RightSideView Tree
linked list reversal recursive
test1