ClassSchedulerTimeZone
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
cs-api-definition
public class SchedulerTimeZone : INotifyPropertyChanged
Inheritance: objectSchedulerTimeZone
Implements:
Constructors
SchedulerTimeZone(TimeZoneInfo)
Declaration
cs-api-definition
public SchedulerTimeZone(TimeZoneInfo timeZone)
Parameters
timeZone
SchedulerTimeZone(int, string)
Creates a new SchedulerTimeZone.
Properties
TimeZoneInformation
Declaration
cs-api-definition
public TimeZoneInfo TimeZoneInformation { get; }
Property Value
Methods
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
Returns
GetSpecificTimeZone(int, string)
Declaration
cs-api-definition
public static TimeZoneInfo GetSpecificTimeZone(int bias, string label)
Parameters
bias
label
Returns
OffsetTime(DateTime, SchedulerTimeZone)
Declaration
cs-api-definition
public virtual DateTime OffsetTime(DateTime dateTime, SchedulerTimeZone baseTimeZone)
Parameters
dateTime
baseTimeZone
Returns
OnPropertyChanged(string)
Declaration
cs-api-definition
protected virtual void OnPropertyChanged(string propertyName)
Parameters
propertyName
Events
PropertyChanged
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements