Пример #1
0
 /// <summary>
 /// Changes the pattern of this SimpleDateFormat to the specified pattern
 /// which uses non-localized pattern characters.
 /// </summary>
 ///
 /// <param name="pattern">the non-localized pattern</param>
 /// <exception cref="IllegalArgumentException">when the pattern cannot be parsed</exception>
 public void ApplyPattern(String pattern)
 {
     dform.ApplyPattern(pattern);
 }