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