DataRegionDataTimeRanges Property |
Gets the
DateTime ranges used to define the current instance.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(EmitDefaultValue = false, Name = "timeRanges")]
public IList<DataRegionDateTimeRangeData> TimeRanges { get; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "timeRanges")>
Public ReadOnly Property TimeRanges As IList(Of DataRegionDateTimeRangeData)
Get
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"timeRanges")]
property IList<DataRegionDateTimeRangeData^>^ TimeRanges {
IList<DataRegionDateTimeRangeData^>^ get ();
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "timeRanges")>]
member TimeRanges : IList<DataRegionDateTimeRangeData> with get
Property Value
Type:
IListDataRegionDateTimeRangeDataSee Also