Class
RadSnoozeObject

Represents the RadSnoozeObject

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public class RadSnoozeObject

Inheritance: objectRadSnoozeObject

Constructors

RadSnoozeObject()

Declaration

cs-api-definition
public RadSnoozeObject()

RadSnoozeObject(string, TimeSpan)

Declaration

cs-api-definition
public RadSnoozeObject(string text, TimeSpan snoozeTime)

Parameters

text

string

snoozeTime

TimeSpan

Properties

SnoozeTime

Gets or sets the snooze time.

Declaration

cs-api-definition
public TimeSpan SnoozeTime { get; set; }

Property Value

TimeSpan

The snooze time.

Text

Gets or sets the text.

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string

The text.

Methods

ToString()

Returns a string that represents this instance.

Declaration

cs-api-definition
public override string ToString()

Returns

string

A string that represents this instance.

Overrides object.ToString()