Class
SchedulerTimeZone

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public class SchedulerTimeZone : INotifyPropertyChanged

Inheritance: objectSchedulerTimeZone

Implements: INotifyPropertyChanged

Constructors

SchedulerTimeZone(TimeZoneInfo)

Declaration

cs-api-definition
public SchedulerTimeZone(TimeZoneInfo timeZone)

Parameters

timeZone

TimeZoneInfo

SchedulerTimeZone(int, string)

Creates a new SchedulerTimeZone.

Declaration

cs-api-definition
public SchedulerTimeZone(int bias, string label)

Parameters

bias

int

The bias to the UTC time in minutes/

label

string

The name of the time zone.

Properties

Label

Declaration

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

Property Value

string

TimeZoneInformation

Declaration

cs-api-definition
public TimeZoneInfo TimeZoneInformation { get; }

Property Value

TimeZoneInfo

Methods

Equals(object)

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

Returns

bool

Overrides object.Equals(object)

GetHashCode()

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

Overrides object.GetHashCode()

GetSchedulerTimeZones()

Declaration

cs-api-definition
public static List<SchedulerTimeZone> GetSchedulerTimeZones()

Returns

List<SchedulerTimeZone>

GetSpecificTimeZone(int)

Declaration

cs-api-definition
public static TimeZoneInfo GetSpecificTimeZone(int bias)

Parameters

bias

int

Returns

TimeZoneInfo

GetSpecificTimeZone(int, string)

Declaration

cs-api-definition
public static TimeZoneInfo GetSpecificTimeZone(int bias, string label)

Parameters

bias

int

label

string

Returns

TimeZoneInfo

OffsetTime(DateTime, SchedulerTimeZone)

Declaration

cs-api-definition
public virtual DateTime OffsetTime(DateTime dateTime, SchedulerTimeZone baseTimeZone)

Parameters

dateTime

DateTime

baseTimeZone

SchedulerTimeZone

Returns

DateTime

OnPropertyChanged(string)

Declaration

cs-api-definition
protected virtual void OnPropertyChanged(string propertyName)

Parameters

propertyName

string

ToString()

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()

Events

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged