Get the day of week from a date matching the current culture settings

Namespace: umbraco
Assembly:   umbraco (in umbraco)
Version: 1.0.2698.41384

Syntax

Visual Basic (Declaration)
Public Shared Function GetWeekDay ( _
	Date As String _
) As String
C#
public static string GetWeekDay (
	string Date
)
Visual C++
public:
static String^ GetWeekDay (
	String^ Date
)

Parameters

Date
System.String
The date to use

Return Value

A string with the DayOfWeek matching the current contexts culture settings