Created
June 2, 2023 08:27
-
-
Save moenk/292decae85ca1164791ac03209e73841 to your computer and use it in GitHub Desktop.
UiPath VB .net get current calendar week
This file contains 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
intWeekNumber = System.Globalization.CultureInfo.InvariantCulture.Calendar.GetWeekOfYear(Datetime.Now, System.Globalization.CalendarWeekRule.FirstFourDayWeek,DayOfWeek.Monday) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment