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

Converts the DayOfWeek format to the vb script to the dotnet. This is required because the previous database design stores day of week as vbSunday, vbMonday etc. in the profile

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

Syntax

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

Parameters

dow
Type: System..::.DayOfWeek
The current day of week as DayOfWeek enumerator

Return Value

The previous day of week profile value

See Also