예제 #1
0
 private static bool IsTimeFormatStringValid(object value)
 {
     return(DateTimeUpDown.IsFormatStringValid(value));
 }
예제 #2
0
파일: TimePicker.cs 프로젝트: candyzkn/WPF
 internal static bool IsFormatStringValid(object value)
 {
     return(DateTimeUpDown.IsFormatStringValid(value));
 }