TimeHelper.GetLocalDayName method
Version 1.1.28
.NET Framework 4.8
Namespace | Skybrud.Essentials.Time |
---|---|
Assembly | Skybrud.Essentials.dll |
GetLocalDayName(DateTime)
Static
Gets the name of the day according to the current culture.
public static string GetLocalDayName(DateTime date)
Parameters
date
DateTime
The date.
Returns
The local name of the day.
GetLocalDayName(DateTimeOffset)
Static
Gets the name of the day according to the current culture.
public static string GetLocalDayName(DateTimeOffset date)
Parameters
date
DateTimeOffset
The date.
Returns
The local name of the day.
GetLocalDayName(DateTime, CultureInfo)
Static
Gets the name of the day according to culture
.
public static string GetLocalDayName(DateTime date, CultureInfo culture)
Returns
The local name of the day.
GetLocalDayName(DateTimeOffset, CultureInfo)
Static
Gets the name of the day according to culture
.
public static string GetLocalDayName(DateTimeOffset date, CultureInfo culture)
Returns
The local name of the day.