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.Constants
Assembly:
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 |
|---|---|---|
| WEDNESDAY |
Indicates Wednesday.
| |
| MONDAY |
Indicates Monday.
| |
| THURSDAY |
Indicates Thursday.
| |
| SUNDAY |
Indicates Sunday.
| |
| TUESDAY |
Indicates Tuesday.
| |
| FRIDAY |
Indicates Friday.
| |
| SATURDAY |
Indicates Saturday.
|