How to get current month name completely

Hi @priya_joshi_thaneti,

You can use this to get the Current full Month name

 strMonthName  = New DateTimeFormatInfo().GetMonthName(DateTime.Now.Month).ToString()

Regards
Balamurugan.S

1 Like