前台改为:
<WindowsFormsHost Height="23" HorizontalAlignment="Left" Name="birth" VerticalAlignment="Top" Width="120">
<wf:DateTimePicker x:Name="birthday"></wf:DateTimePicker>
</WindowsFormsHost>
后台:
birthday.Value 就可以了
birthday.SelectedDate