We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4111134 commit 6a55244Copy full SHA for 6a55244
src/Mono.Android/Android.App/DatePickerDialog.cs
@@ -19,7 +19,7 @@ public int MonthOfYear {
19
}
20
#else
21
public int Month {
22
- get { return monthOfYear; }
+ get { return MonthOfYear; }
23
24
#endif
25
0 commit comments