Xceed.Wpf.Toolkit.DateTimePicker.IsTimeFormatStringValid C# (CSharp) 메소드

IsTimeFormatStringValid() 개인적인 정적인 메소드

private static IsTimeFormatStringValid ( object value ) : bool
value object
리턴 bool
    private static bool IsTimeFormatStringValid(object value)
    {
      return DateTimeUpDown.IsFormatStringValid( value );
    }