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.String
formatString
The format string. |
Returns
System.Boolean
|
GetDateTimeFormats()
Gets the date time formats.
Declaration
public static List<string> GetDateTimeFormats()
Returns
System.Collections.Generic.List<System.String>
|
Insert(Int32, String)
Inserts a format string.
Declaration
public static bool Insert(int index, string formatString)
Parameters
System.Int32
index
The index. |
System.String
formatString
The format string. |
Returns
System.Boolean
|
RemoveAt(Int32)
Declaration
public static bool RemoveAt(int index)
Parameters
System.Int32
index
|
Returns
System.Boolean
|
RemoveFormat(String)
Removes the format string.
Declaration
public static bool RemoveFormat(string formatString)
Parameters
System.String
formatString
The format string. |
Returns
System.Boolean
|