TimeUtils.GetLocalMonthName method

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

GetLocalMonthName(int)

Static

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

public static string GetLocalMonthName(int month)

Parameters

month int

The month.

Returns

The local name of the month.

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

The date.

Returns

The local name of the month.

GetLocalMonthName(int, CultureInfo)

Static

Gets the name of the month according to culture.

public static string GetLocalMonthName(int month, CultureInfo culture)

Parameters

month int

The month.

culture CultureInfo

The CultureInfo to be used.

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)

Parameters

date DateTime

The date.

culture CultureInfo

The CultureInfo to be used.

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)

Parameters

The date.

culture CultureInfo

The CultureInfo to be used.

Returns

The local name of the month.