Uipath Get Month

[Solved] Uipath Get Month | Swift - Code Explorer | yomemimo.com
Question : uipath get month

Answered by : kenneth-hdig

//Gets the Name of the Mounth in your language(Here in Spanish "es")
String MonthName =
DateTime.Now.ToString("MMMM", System.Globalization.CultureInfo.CreateSpecificCulture("es")).ToString
//Output - noviembre

Source : https://forum.uipath.com/t/how-to-get-current-month-name-completely/68840/6 | Last Update : Tue, 19 Jul 22

Answers related to uipath get month

Code Explorer Popular Question For Swift