Last active
July 6, 2021 10:38
-
-
Save Mahno74/3e966dafcb24803ba63ade302e06285f 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
dateTimePicker1.Value = DateTime.Now.AddDays(-DateTime.Now.DayOfYear + 1); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment