TimeUtils.GetAbbreviatedDayName method

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

GetAbbreviatedDayName(DayOfWeek)

Static

Gets the abbreviated English name of the day.

public static string GetAbbreviatedDayName(DayOfWeek day)

Parameters

day DayOfWeek

The day of the week.

Returns

The English name of the day.

GetAbbreviatedDayName(DateTime)

Static

Gets the abbreviated English name of the day.

public static string GetAbbreviatedDayName(DateTime date)

Parameters

date DateTime

The date.

Returns

The English name of the day.

GetAbbreviatedDayName(DateTimeOffset)

Static

Gets the abbreviated English name of the day.

public static string GetAbbreviatedDayName(DateTimeOffset date)

Parameters

The date.

Returns

The English name of the day.