How Do You Databind Avalon DateTimePicker Start Value?

Posted by discwiz on Stack Overflow See other posts from Stack Overflow or by discwiz
Published on 2010-05-30T16:14:13Z Indexed on 2010/05/30 16:22 UTC
Read the original article Hit count: 297

Filed under:
|
|
|

Trying to set the start time of the Avalon DateTimePicker, but all I get is the current time. Anyone had any success with this control. FYI, I am stuck using .Net 3.0.

  <wf:DateTimePicker x:Name="DatePickerStartTime"                                           
      DateTimeSelected="{Binding Path=StartTime,Mode=TwoWay}" >                                        
 </wf:DateTimePicker>

Thanks,

Dave

© Stack Overflow or respective owner

Related posts about wpf

Related posts about vb.net