Is there a built in list of months in UiPath?

Is there a built in list of months in UiPath?

Usually To find the month the expression would be
Now.Month.ToString
So may i know what is your requirement on this
Kindly elaborate a bit more on this
Cheers @KamKam

@KamKam
There are e.g. techniques/Statements to create a list of month names or Others. I agree to @Palaniyappan: Let US know your Detailed requirement or expected result. So WE can Work a Suggestion on the solution.

@KamKam,

You can get all months in a string array with the following code, use this in a assign activity with a string array variable

System.Globalization.CultureInfo.CurrentCulture.DateTimeFormat.MonthGenitiveNames.ToArray
4 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.