aspxtreme

DateTime.DayOfWeek Property

System Namespace   DateTime Structure


Returns the day of the week represented by this instance.

[ VB ]
<Serializable>
Public ReadOnly Property DayOfWeek As DayOfWeek

[ C# ]
[ Serializable ]
public DayOfWeek DayOfWeek { get; }

[ C++ ]
[ Serializable ]
public: __property DayOfWeek get_DayOfWeek ( );

[ JScript ]
public Serializable
function get DayOfWeek ( ) : DayOfWeek;

Property Value

A DayOfWeek enumerated constant that indicates the day of the week. This property value ranges from zero, indicating Sunday, to six, indicating Saturday.

See Also

DateTime Members   Ticks   Int32



Books and more ...


Suggested Reading

Need a break ?



Previous page Back to top Next page

Check out related books at Amazon

© 2000-2008 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support aspxtreme