Purpose of IValueConverter: There is a TextBox where user is inputting time. Let\'s say 7:30. ReturnTime() is splitting this value into 7 and 30 and returns a l
ReturnTime()