EssentialsDateTime.GetLocalDayName method

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

GetLocalDayName()

Gets the name of the day according to System.Globalization.CultureInfo.CurrentCulture.

public string GetLocalDayName()

Returns

The local name of the day.

GetLocalDayName(CultureInfo)

Gets the name of the day according to culture.

public string GetLocalDayName(CultureInfo culture)

Parameters

culture CultureInfo

The culture to be used.

Returns

The local name of the day.