New to Telerik UI for WinFormsStart a free 30-day trial

Represents the RadSnoozeObject

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

C#
public class RadSnoozeObject

Inheritance: objectRadSnoozeObject

Constructors

C#
public RadSnoozeObject()
C#
public RadSnoozeObject(string text, TimeSpan snoozeTime)
Parameters:textstringsnoozeTimeTimeSpan

Properties

Gets or sets the snooze time.

C#
public TimeSpan SnoozeTime { get; set; }
Property Value:

The snooze time.

Gets or sets the text.

C#
public string Text { get; set; }
Property Value:

The text.

Methods

Returns a string that represents this instance.

C#
public override string ToString()
Returns:

string

A string that represents this instance.

Overrides: object.ToString()