Skip to content

Instantly share code, notes, and snippets.

@moenk
Created June 2, 2023 08:27
Show Gist options
  • Save moenk/292decae85ca1164791ac03209e73841 to your computer and use it in GitHub Desktop.
Save moenk/292decae85ca1164791ac03209e73841 to your computer and use it in GitHub Desktop.
UiPath VB .net get current calendar week
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