示例#1
0
 set => SetValue(BeginTimeProperty, value);
示例#2
0
 get => (DateTime?)GetValue(BeginTimeProperty); set => SetValue(BeginTimeProperty, value);