TimeIntervalDataIntervalType Property |
Gets the interval type.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(Name = "intervalType")]
public DateTimeGranularity IntervalType { get; set; }<DataMemberAttribute(Name := "intervalType")>
Public Property IntervalType As DateTimeGranularity
Get
Set
public:
[DataMemberAttribute(Name = L"intervalType")]
property DateTimeGranularity IntervalType {
DateTimeGranularity get ();
void set (DateTimeGranularity value);
}[<DataMemberAttribute(Name = "intervalType")>]
member IntervalType : DateTimeGranularity with get, set
Property Value
Type:
DateTimeGranularity
The interval type.
See Also