Class SchedulerTimeZone
Inheritance
System.Object
SchedulerTimeZone
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class SchedulerTimeZone : INotifyPropertyChanged
Constructors
SchedulerTimeZone(Int32, String)
Creates a new SchedulerTimeZone.
Declaration
public SchedulerTimeZone(int bias, string label)
Parameters
System.Int32
bias
The bias to the UTC time in minutes/ |
System.String
label
The name of the time zone. |
SchedulerTimeZone(TimeZoneInfo)
Properties
Label
Declaration
public string Label { get; set; }
Property Value
System.String
|
TimeZoneInformation
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
System.Object.GetHashCode()
GetSchedulerTimeZones()
Declaration
public static List<SchedulerTimeZone> GetSchedulerTimeZones()
Returns
System.Collections.Generic.List<SchedulerTimeZone>
|
GetSpecificTimeZone(Int32)
Declaration
public static TimeZoneInfo GetSpecificTimeZone(int bias)
Parameters
System.Int32
bias
|
Returns
TimeZoneInfo
|
GetSpecificTimeZone(Int32, String)
Declaration
public static TimeZoneInfo GetSpecificTimeZone(int bias, string label)
Parameters
System.Int32
bias
|
System.String
label
|
Returns
TimeZoneInfo
|
OffsetTime(DateTime, SchedulerTimeZone)
Declaration
public DateTime OffsetTime(DateTime dateTime, SchedulerTimeZone baseTimeZone)
Parameters
System.DateTime
dateTime
|
SchedulerTimeZone
baseTimeZone
|
Returns
System.DateTime
|
OnPropertyChanged(String)
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
System.String
propertyName
|
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|