Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(GH-2763) DateTime instead TimeSpan for DateTimePicker/TimePicker #3254

Conversation

punker76
Copy link
Member

@punker76 punker76 commented May 24, 2018

Describe the changes you have made to improve this project

  • Refactor DateTimePicker/TimePicker so that both are bindable to a DateTime? property. (Original changes from @xxMUROxx)
    • SelectedTime and SelectedDate removed
    • new property SelectedDateTime
    • SelectedDateChanged event renamed to SelectedDateTimeChanged
  • Fix IsClockVisible is not hiding the clock selectors (hout, min, sec)

Unit test

DateTimePickerTests

Closed Issues

Closes #2763

@punker76 punker76 added this to the 2.0.0 milestone May 24, 2018
@punker76 punker76 merged commit 7a26770 into develop May 25, 2018
@punker76 punker76 deleted the feature/GH-2763_DateTime_as_type_for_DateTimePicker_and_TimePicker branch May 25, 2018 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant