I have a MaskedBox masked as ##/##/##, but I want to clear it after I use it. I've tried:
mBox.Text = ""
mBox = " / / "
mBox = "--/--/--"
mBox.Clear

But all result in errors