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

Gets the abbreviated day name

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

Syntax

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

Parameters

dayId
Type: System..::.Int32
The id of the day (0-6)

Return Value

The abbreviated day name

See Also