HierarchyLevelDataGranularity Property |
Gets the time level granularity.
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 = "granularity")]
public DateTimeGranularity? Granularity { get; set; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "granularity")>
Public Property Granularity As DateTimeGranularity?
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"granularity")]
property Nullable<DateTimeGranularity> Granularity {
Nullable<DateTimeGranularity> get ();
void set (Nullable<DateTimeGranularity> value);
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "granularity")>]
member Granularity : Nullable<DateTimeGranularity> with get, set
Property Value
Type:
NullableDateTimeGranularityRemarks For non standard types,
None is returned.
See Also