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
Extension Methods (edited)
My quad calc
Invalid cast
Singleton Example
Encapsulation and abstration
code exple
Unity First Person Controller
Bb
Guid Formatting Code Snippet
Binary search tree - Post-order Traversal