Provides constants used to set the Weekday property of a ICmTimeslot object.
The Weekday property specifies the day of the week that the audit disposition thread will run,
as defined in a CmAuditingConfiguration object.
Namespace:
FileNet.Api.ConstantsAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Enumeration Weekday |
C# |
---|
public enum Weekday |
Visual C++ |
---|
public enum class Weekday |
JavaScript |
---|
FileNet.Api.Constants.Weekday = function(); FileNet.Api.Constants.Weekday.createEnum('FileNet.Api.Constants.Weekday', false); |
Members
Type | Member name | Description |
---|---|---|
MONDAY |
Indicates Monday.
| |
SUNDAY |
Indicates Sunday.
| |
WEDNESDAY |
Indicates Wednesday.
| |
THURSDAY |
Indicates Thursday.
| |
SATURDAY |
Indicates Saturday.
| |
TUESDAY |
Indicates Tuesday.
| |
FRIDAY |
Indicates Friday.
|