[This is preliminary documentation and is subject to change.]

Gets the day of the week in its string representation

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static string GetDayOfWeekName(
	DayOfWeek dow
)
Visual Basic (Declaration)
Public Shared Function GetDayOfWeekName ( _
	dow As DayOfWeek _
) As String
Visual C++
public:
static String^ GetDayOfWeekName(
	DayOfWeek dow
)

Parameters

dow
Type: System..::.DayOfWeek
The day of the week in enum structure

Return Value

The string format day of the week e.g. "Monday"

See Also