Revize 55d35561
Přidáno uživatelem Eliška Mourycová před téměř 4 roky(ů)
Server/ServerApp/DataDownload/Date.cs | ||
---|---|---|
19 | 19 |
} |
20 | 20 |
|
21 | 21 |
|
22 |
|
|
22 |
/// <summary> |
|
23 |
/// Increases the month by one. Increases year and sets month to 1 if need be. |
|
24 |
/// </summary> |
|
25 |
/// <returns>An increased date</returns> |
|
23 | 26 |
public Date IncreaseMonthByOne() |
24 | 27 |
{ |
25 | 28 |
uint newMonth = Month; |
Také k dispozici: Unified diff
Re #8691. Implemented downloaded data retrieving.