Class
DateTimeFormats

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public static class DateTimeFormats

Inheritance: objectDateTimeFormats

Methods

AddDefaultFormats()

Adds the default formats.

Declaration

cs-api-definition
public static void AddDefaultFormats()

AddFormat(string)

Adds the format string.

Declaration

cs-api-definition
public static bool AddFormat(string formatString)

Parameters

formatString

string

The format string.

Returns

bool

GetDateTimeFormats()

Gets the date time formats.

Declaration

cs-api-definition
public static List<string> GetDateTimeFormats()

Returns

List<string>

Insert(int, string)

Inserts a format string.

Declaration

cs-api-definition
public static bool Insert(int index, string formatString)

Parameters

index

int

The index.

formatString

string

The format string.

Returns

bool

RemoveAt(int)

Declaration

cs-api-definition
public static bool RemoveAt(int index)

Parameters

index

int

Returns

bool

RemoveFormat(string)

Removes the format string.

Declaration

cs-api-definition
public static bool RemoveFormat(string formatString)

Parameters

formatString

string

The format string.

Returns

bool