Calendar.DayOfWeekAsString() | dayOfWeekAsString() method
Returns a string representation of the day of the week suitable for inclusion with other date components.
Syntax
var string = calendar.dayOfWeekAsString();
Parameters
This method has no parameters.
Return value
Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]
A string representation of the day of the week, using the most common abbreviation available.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012
