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

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

C#
public class SchedulerTimeZone : INotifyPropertyChanged

Inheritance: objectSchedulerTimeZone

Implements: INotifyPropertyChanged

Constructors

Creates a new SchedulerTimeZone.

C#
public SchedulerTimeZone(int bias, string label)
Parameters:biasint

The bias to the UTC time in minutes/

labelstring

The name of the time zone.

C#
public SchedulerTimeZone(TimeZoneInfo timeZone)
Parameters:timeZoneTimeZoneInfo

Properties

C#
public string Label { get; set; }
C#
public TimeZoneInfo TimeZoneInformation { get; }

Methods

C#
public override bool Equals(object obj)
Parameters:objobjectReturns:

bool

Overrides: object.Equals(object)

C#
public override int GetHashCode()
Returns:

int

Overrides: object.GetHashCode()

C#
public static List<SchedulerTimeZone> GetSchedulerTimeZones()
Returns:

List<SchedulerTimeZone>

C#
public static TimeZoneInfo GetSpecificTimeZone(int bias, string label)
Parameters:biasintlabelstringReturns:

TimeZoneInfo

C#
public static TimeZoneInfo GetSpecificTimeZone(int bias)
Parameters:biasintReturns:

TimeZoneInfo

C#
public virtual DateTime OffsetTime(DateTime dateTime, SchedulerTimeZone baseTimeZone)
Parameters:dateTimeDateTimebaseTimeZoneSchedulerTimeZoneReturns:

DateTime

C#
protected virtual void OnPropertyChanged(string propertyName)
Parameters:propertyNamestring
C#
public override string ToString()
Returns:

string

Overrides: object.ToString()

Events

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged