The 'calendar' property is a format string.

This commit is contained in:
jseanxu
2014-04-09 15:16:22 -07:00
parent fac68f1264
commit dcff230b75
+1 -1
View File
@@ -4011,7 +4011,7 @@ declare module WinJS.UI {
/**
* Gets or sets the calendar to use.
**/
calendar: any;
calendar: string;
/**
* Gets or sets the current date of the DatePicker. You can use either a date string or a Date object to set this property.