Class RangeOfdateTime
Inheritance
System.Object
RangeOfdateTime
Namespace: Telerik.Windows.Controls.Map.VEWPFImageryService
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class RangeOfdateTime : Object, IExtensibleDataObject, INotifyPropertyChanged
Constructors
RangeOfdateTime()
Declaration
public RangeOfdateTime()
Properties
ExtensionData
Declaration
public ExtensionDataObject ExtensionData { get; set; }
Property Value
System.Runtime.Serialization.ExtensionDataObject
|
From
Declaration
public DateTime From { get; set; }
Property Value
System.DateTime
|
To
Declaration
public DateTime To { get; set; }
Property Value
System.DateTime
|
Methods
RaisePropertyChanged(String)
Declaration
protected void RaisePropertyChanged(string propertyName)
Parameters
System.String
propertyName
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|