TimeUtils.GetMonthName method
Version 1.1.28
.NET Framework 4.8
Namespace | Skybrud.Essentials.Time |
---|---|
Assembly | Skybrud.Essentials.dll |
GetMonthName(int)
Static
Gets the English name of the specified month
.
public static string GetMonthName(int month)
Parameters
month
int
The month.
Returns
The English name of the month.
GetMonthName(DateTime)
Static
Gets the English name of the month.
public static string GetMonthName(DateTime date)
Parameters
date
DateTime
The date.
Returns
The English name of the month.
GetMonthName(DateTimeOffset)
Static
Gets the English name of the month.
public static string GetMonthName(DateTimeOffset date)
Parameters
date
DateTimeOffset
The date.
Returns
The English name of the month.