DateTimeOffsetExtensions.GetLocalMonthName method

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

GetLocalMonthName(DateTimeOffset)

Extension method

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

public static string GetLocalMonthName(this DateTimeOffset date)

Parameters

An instance of DateTimeOffset representing the date.

Returns

The local name of the month.

GetLocalMonthName(DateTimeOffset, CultureInfo)

Extension method

Gets the name of the month according to culture.

public static string GetLocalMonthName(this DateTimeOffset date, CultureInfo culture)

Parameters

An instance of DateTimeOffset representing the date.

culture CultureInfo

The instance of CultureInfo to be used.

Returns

The local name of the month.