TimeHelper.GetDayName method
Version 1.1.28
.NET Framework 4.8
Namespace | Skybrud.Essentials.Time |
---|---|
Assembly | Skybrud.Essentials.dll |
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
date
DateTimeOffset
The date.
Returns
The English name of the day.