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

Returns the day name in the current culture given the day id.

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

Syntax

C#
public string GetDayNames(
	int dayId
)
Visual Basic (Declaration)
Public Function GetDayNames ( _
	dayId As Integer _
) As String
Visual C++
public:
String^ GetDayNames(
	int dayId
)

Parameters

dayId
Type: System..::.Int32
The integer id of the day of the week, it spans from 0=Sunday to 6=Saturday

Return Value

The corresponding day name in the current locale

See Also