TimeUtils.GetAbbreviatedLocalMonthName method

Version 1.1.28
.NET Framework 4.8
Namespace Skybrud.Essentials.Time
Assembly Skybrud.Essentials.dll

GetAbbreviatedLocalMonthName(int)

Static

Gets the abbreviated name of the month according to the current culture.

public static string GetAbbreviatedLocalMonthName(int month)

Parameters

month int

The month.

Returns

The abbreviated local name of the month.

GetAbbreviatedLocalMonthName(DateTime)

Static

Gets the abbreviated name of the month according to the current culture.

public static string GetAbbreviatedLocalMonthName(DateTime date)

Parameters

date DateTime

The date.

Returns

The abbreviated local name of the month.

GetAbbreviatedLocalMonthName(DateTimeOffset)

Static

Gets the abbreviated name of the month according to the current culture.

public static string GetAbbreviatedLocalMonthName(DateTimeOffset date)

Parameters

The date.

Returns

The abbreviated local name of the month.

GetAbbreviatedLocalMonthName(int, CultureInfo)

Static

Gets the abbreviated name of the month according to culture.

public static string GetAbbreviatedLocalMonthName(int month, CultureInfo culture)

Parameters

month int

The month.

culture CultureInfo

The CultureInfo to be used.

Returns

The abbreviated local name of the month.

GetAbbreviatedLocalMonthName(DateTime, CultureInfo)

Static

Gets the abbreviated name of the month according to culture.

public static string GetAbbreviatedLocalMonthName(DateTime date, CultureInfo culture)

Parameters

date DateTime

The date.

culture CultureInfo

The CultureInfo to be used.

Returns

The abbreviated local name of the month.

GetAbbreviatedLocalMonthName(DateTimeOffset, CultureInfo)

Static

Gets the abbreviated name of the month according to culture.

public static string GetAbbreviatedLocalMonthName(DateTimeOffset date, CultureInfo culture)

Parameters

The date.

culture CultureInfo

The CultureInfo to be used.

Returns

The abbreviated local name of the month.