Last active
March 1, 2022 14:48
-
-
Save shastr/f295aaf6cbae883927e7b5eda1b8f28d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| byte day; //number | |
| string monthName; | |
| int weekCount; | |
| bool is31DayMonth; // месяцы где 31 день | |
| float workHoursPerMonth; // | |
| Array | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment