The date and time this sweep rule becomes effective and eligible to run.
If this property is not set, then the sweep is eligible to start immediately.
(It will not start immediately if, for example, the sweep is disabled, or
if timeslots are set to times in the future.)
Namespace:
FileNet.Api.Sweep
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Property EffectiveStartDate As Nullable(Of DateTime) |
C# |
---|
Nullable<DateTime> EffectiveStartDate { get; set; } |
Visual C++ |
---|
property Nullable<DateTime> EffectiveStartDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
} |
JavaScript |
---|
function get_effectiveStartDate();
function set_effectiveStartDate(value); |