TimeHierarchyStatisticsDataUpperMaximum Property |
Gets maximum
DateTime for the requested time hierarchy.
The calculation is based only on the main member time of the time hierarchy members.
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 = "upperMaximum")]
public DateTime UpperMaximum { get; set; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "upperMaximum")>
Public Property UpperMaximum As DateTime
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"upperMaximum")]
property DateTime UpperMaximum {
DateTime get ();
void set (DateTime value);
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "upperMaximum")>]
member UpperMaximum : DateTime with get, set
Property Value
Type:
DateTimeSee Also