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
масиви част1
Reverse Array (!Array.Reverse())
C# practice
sdrfgthyuytgrfdwcd
a
sdfghjkikujyhtgrfedw
SAF Mid Terms
My name
linked list (add to end and beginning, and looking for cycles based on Floyd's algorithm)
List, Object, Classes, Function