ClassCalProperty
Class
ICalendar Property object.
Definition
Namespace:Telerik.WinControls.UI.Scheduler.ICalendar
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
cs-api-definition
public class CalProperty : IEquatable<CalProperty>
Inheritance: objectCalProperty
Implements:
Constructors
CalProperty(string, string)
Initializes a new instance of the CalProperty class.
Properties
Name
Gets or sets the property name.
Parameters
Gets or sets the parameters.
Value
Gets or sets the value.
this[string]
Gets the string with the specified key.
Methods
Equals(CalProperty)
Indicates whether the current object is equal to another object of the same type.
Declaration
cs-api-definition
public bool Equals(CalProperty other)
Parameters
other
An object to compare with this object.
Returns
True if the current object is equal to the other parameter; otherwise, false.
Implements
ToDateTime(TimeZoneInfo)
Declaration
cs-api-definition
public DateTime ToDateTime(TimeZoneInfo timeZone)
Parameters
timeZone
Returns
ToText(CalProperty)
Declaration
cs-api-definition
public static string ToText(CalProperty property)
Parameters
property
Returns