GregorianProviderMaxSupportedDate Property |
Gets the maximum supported date.
Namespace:
Dundas.BI.Data.TimeDimensionProviders
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic override DateTime MaxSupportedDate { get; }Public Overrides ReadOnly Property MaxSupportedDate As DateTime
Get
public:
virtual property DateTime MaxSupportedDate {
DateTime get () override;
}abstract MaxSupportedDate : DateTime with get
override MaxSupportedDate : DateTime with get
Property Value
Type:
DateTime
The maximum supported date.
See Also