Struct DateTimeRange
Ranging DataTime structure.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public struct DateTimeRange
Constructors
DateTimeRange(DateTime, DateTime)
Initializes a new instance of the DateTimeRange struct.
Declaration
public DateTimeRange(DateTime rangeStart, DateTime rangeEnd)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | rangeStart | The range start. |
System.DateTime | rangeEnd | The range end. |
Properties
End
Gets the end.
Declaration
public DateTime End { get; }
Property Value
Type | Description |
---|---|
System.DateTime | The end value. |
IsEmpty
Gets a value indicating whether this instance is empty.
Declaration
public bool IsEmpty { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Start
Gets the start.
Declaration
public DateTime Start { get; }
Property Value
Type | Description |
---|---|
System.DateTime | The start. |