Indicates the day of week that the background task will start. The value corresponds to those from the Weekday enumerated type (Weekday.SUNDAY, Weekday.MONDAY, etc.)

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property Weekday As Weekday
C#
Weekday Weekday { get; set; }
Visual C++
property Weekday Weekday {
	Weekday get ();
	void set (Weekday value);
}
JavaScript
function get_weekday();
function set_weekday(value);

ToggleRemarks

ToggleSee Also