TimeUtils.GetAbbreviatedMonthName method

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

GetAbbreviatedMonthName(int)

Static

Gets the abbreviated English name of the specified month.

public static string GetAbbreviatedMonthName(int month)

Parameters

month int

The month.

Returns

The abbreviated English name of the month.

GetAbbreviatedMonthName(DateTime)

Static

Gets the abbreviated English name of the month.

public static string GetAbbreviatedMonthName(DateTime date)

Parameters

date DateTime

The date.

Returns

The abbreviated English name of the month.

GetAbbreviatedMonthName(DateTimeOffset)

Static

Gets the abbreviated English name of the month.

public static string GetAbbreviatedMonthName(DateTimeOffset date)

Parameters

The date.

Returns

The abbreviated English name of the month.