Class CalProperty
ICalendar Property object.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.Scheduler.ICalendar
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class CalProperty : IEquatable<CalProperty>
Constructors
CalProperty(String, String)
Initializes a new instance of the CalProperty class.
Declaration
public CalProperty(string name, string value)
Parameters
System.String
name
The name. |
System.String
value
The value. |
Properties
Item[String]
Gets the System.String with the specified key.
Declaration
public string this[string key] { get; }
Parameters
System.String
key
|
Property Value
System.String
|
Name
Gets or sets the property name.
Declaration
public string Name { get; }
Property Value
System.String
The name. |
Parameters
Gets or sets the parameters.
Declaration
public Dictionary<string, string> Parameters { get; }
Property Value
System.Collections.Generic.Dictionary<System.String, System.String>
The parameters. |
Value
Gets or sets the value.
Declaration
public string Value { get; }
Property Value
System.String
The value. |
Methods
Equals(CalProperty)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(CalProperty other)
Parameters
CalProperty
other
An object to compare with this object. |
Returns
System.Boolean
True if the current object is equal to the |
Implements
IsParameterValueDate()
Declaration
public bool IsParameterValueDate()
Returns
System.Boolean
|
ToDateTime()
Declaration
public DateTime ToDateTime()
Returns
System.DateTime
|
ToDateTime(TimeZoneInfo)
Declaration
public DateTime ToDateTime(TimeZoneInfo timeZone)
Parameters
TimeZoneInfo
timeZone
|
Returns
System.DateTime
|
ToDuration()
Declaration
public TimeSpan ToDuration()
Returns
System.TimeSpan
|
ToExceptionDates()
Declaration
public IList<DateTime> ToExceptionDates()
Returns
System.Collections.Generic.IList<System.DateTime>
|
ToRecurrenceRule()
ToString()
Returns a System.String that represents the current System.Object.
Declaration
public override string ToString()
Returns
System.String
A System.String that represents the current System.Object. |
Overrides
ToText(CalProperty)
Declaration
public static string ToText(CalProperty property)
Parameters
CalProperty
property
|
Returns
System.String
|
ToTimeSpan()
Declaration
public TimeSpan ToTimeSpan()
Returns
System.TimeSpan
|