EnterpriseCompanyBIStartDate Property |
Defines the period for which BI extracts data. BI includes documents with "Document Date" greater than or equal to "BI Start Date". [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DateTime> BIStartDate { get; set; }
Public Property BIStartDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime^>^ BIStartDate {
Nullable<DateTime^>^ get ();
void set (Nullable<DateTime^>^ value);
}
member BIStartDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also