TimeUtils.GetDayName method

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

GetDayName(DayOfWeek)

Static

Gets the English name of the day.

public static string GetDayName(DayOfWeek day)

Parameters

day DayOfWeek

The day of the week.

Returns

The English name of the day.

GetDayName(DateTime)

Static

Gets the English name of the day.

public static string GetDayName(DateTime date)

Parameters

date DateTime

The date.

Returns

The English name of the day.

GetDayName(DateTimeOffset)

Static

Gets the English name of the day.

public static string GetDayName(DateTimeOffset date)

Parameters

The date.

Returns

The English name of the day.