monthname
Returns a name of the month (e.g. January) for a particular variable containing date (in this example today):
${System.DateTime.Now.ToString('MMMM')}
Predefined variable of the above:
${MessageMonth}
Returns a name of the month (e.g. January) for a particular variable containing date (in this example today):
${System.DateTime.Now.ToString('MMMM')}
Predefined variable of the above:
${MessageMonth}