Class TimeZone
Represents a TimeZone of Schedule.
Inheritance
System.Object
TimeZone
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class TimeZone : DependencyObject
Constructors
TimeZone()
Declaration
public TimeZone()
Fields
TimeZoneValueProperty
Using a DependencyProperty as the backing store for TimeZoneValue. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty TimeZoneValueProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
TimeZoneValue
Gets or sets the value for time zone.
Declaration
public string TimeZoneValue { get; set; }
Property Value
Type |
---|
System.String |