EssentialsDateTime.GetLocalMonthName method
Version 1.1.28
.NET Framework 4.8
Namespace | Skybrud.Essentials.Time |
---|---|
Assembly | Skybrud.Essentials.dll |
GetLocalMonthName()
Gets the name of the month according to current culture.
public string GetLocalMonthName()
Returns
The local name of the month.
GetLocalMonthName(DateTime)
Gets the name of the month according to current culture.
public string GetLocalMonthName(DateTime date)
Parameters
date
DateTime
The date.
Returns
The local name of the month.
GetLocalMonthName(CultureInfo)
Gets the name of the month according to culture
.
public string GetLocalMonthName(CultureInfo culture)
Parameters
culture
CultureInfo
The culture to be used.
Returns
The local name of the month.