asp.net.ph

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 Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 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 asp.net.ph