CodeVerge.Net Beta


   Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums


Returns the day of the week in the specified DateTime object.

Namespace: ?System.Globalization
Assembly: ?mscorlib (in mscorlib.dll)

Syntax

Visual Basic (Declaration)
Public Overrides Function GetDayOfWeek ( _
	time As DateTime _
) As DayOfWeek
C#
public override DayOfWeek GetDayOfWeek(
	DateTime time
)
Visual C++
public:
virtual DayOfWeek GetDayOfWeek(
	DateTime time
) override
JavaScript
function getDayOfWeek(time);

Parameters

time
Type: System..::.DateTime
The DateTime object to read.

Return Value

A DayOfWeek value that represents the day of the week in the specified DateTime object.

See Also



Free Download:
   
  Privacy | Contact Us
All Times Are GMT