Class RadSnoozeObject
Represents the RadSnoozeObject
Inheritance
System.Object
RadSnoozeObject
Inherited Members
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 class RadSnoozeObject
Constructors
RadSnoozeObject()
Declaration
public RadSnoozeObject()
RadSnoozeObject(String, TimeSpan)
Declaration
public RadSnoozeObject(string text, TimeSpan snoozeTime)
Parameters
System.String
text
|
System.TimeSpan
snoozeTime
|
Properties
SnoozeTime
Gets or sets the snooze time.
Declaration
public TimeSpan SnoozeTime { get; set; }
Property Value
System.TimeSpan
The snooze time. |
Text
Gets or sets the text.
Declaration
public string Text { get; set; }
Property Value
System.String
The text. |
Methods
ToString()
Returns a System.String that represents this instance.
Declaration
public override string ToString()
Returns
System.String
A System.String that represents this instance. |
Overrides
System.Object.ToString()