Class DateTimeFormats
Inheritance
System.Object
DateTimeFormats
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public static class DateTimeFormats
Methods
AddDefaultFormats()
Adds the default formats.
Declaration
public static void AddDefaultFormats()
AddFormat(String)
Adds the format string.
Declaration
public static bool AddFormat(string formatString)
Parameters
System. The format string. |
Returns
System.
|
GetDateTimeFormats()
Gets the date time formats.
Declaration
public static List<string> GetDateTimeFormats()
Returns
System.
|
Insert(Int32, String)
Inserts a format string.
Declaration
public static bool Insert(int index, string formatString)
Parameters
System. The index. |
System. The format string. |
Returns
System.
|
RemoveAt(Int32)
Declaration
public static bool RemoveAt(int index)
Parameters
System.
|
Returns
System.
|
RemoveFormat(String)
Removes the format string.
Declaration
public static bool RemoveFormat(string formatString)
Parameters
System. The format string. |
Returns
System.
|