DateTimeSettingMaximumValue Property |
Gets the maximum value.
Namespace:
Dundas.BI.Data.Parameters
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public DateTime MaximumValue { get; }
Public ReadOnly Property MaximumValue As DateTime
Get
public:
property DateTime MaximumValue {
DateTime get ();
}
member MaximumValue : DateTime with get
Property Value
Type:
DateTimeThe maximum value.
See Also