Skip to content

Commit 6a55244

Browse files
authored
Update DatePickerDialog.cs
1 parent 4111134 commit 6a55244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mono.Android/Android.App/DatePickerDialog.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public int MonthOfYear {
1919
}
2020
#else
2121
public int Month {
22-
get { return monthOfYear; }
22+
get { return MonthOfYear; }
2323
}
2424
#endif
2525
}

0 commit comments

Comments
 (0)