DateTimeExtensions.GetAbbreviatedLocalMonthName method
Version 1.1.28
.NET Framework 4.8
Namespace | Skybrud.Essentials.Time.Extensions |
---|---|
Assembly | Skybrud.Essentials.dll |
GetAbbreviatedLocalMonthName(DateTime)
Extension method
Gets the abbreviated name of the month according to the current culture.
public static string GetAbbreviatedLocalMonthName(this DateTime date)
Returns
The abbreviated local name of the month.
GetAbbreviatedLocalMonthName(DateTime, CultureInfo)
Extension method
Gets the abbreviated name of the month according to culture
.
public static string GetAbbreviatedLocalMonthName(this DateTime date, CultureInfo culture)
Parameters
culture
CultureInfo
The instance of CultureInfo to be used.
Returns
The abbreviated local name of the month.