Revize 4cb8ae48
Přidáno uživatelem Alex Konig před téměř 4 roky(ů)
Server/ServerApp/Program.cs | ||
---|---|---|
84 | 84 |
|
85 | 85 |
// TODO nastavit čas |
86 | 86 |
IDataParser p = new DataParser(dd); |
87 |
DateTime startT = new DateTime(2018, 6, 5);
|
|
88 |
DateTime endT = new DateTime(2019, 10, 30);
|
|
87 |
DateTime startT = new DateTime(2019, 10, 5);
|
|
88 |
DateTime endT = new DateTime(2020, 12, 23);
|
|
89 | 89 |
p.Parse(startT, endT, wholeDay: false, interval: 3); |
90 | 90 |
|
91 |
Console.WriteLine(p.WeatherList.Count); |
|
91 |
//parse(new DateTime(2019, 10, 5), , interval = 1, wholeDay = true) |
|
92 |
|
|
92 | 93 |
|
93 | 94 |
// test - connection: |
94 | 95 |
//ConnectionListener cl = new ConnectionListener(int.Parse(args[0])/*8000*//*int.Parse(config.Port)*/); |
Také k dispozici: Unified diff
re #8842 Fixing MergeAttendance