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

Returns the comma separated day names given an ArrayList of day id

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

Syntax

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

Parameters

dayId
Type: System.Collections..::.ArrayList
The a\Arraylist of day Id. Each id value can be 0(Sunday) to 6(Saturday)

Return Value

A comma separated list of day names in the current locale

See Also