public final class AppointmentStatus
extends com.aspose.ms.System.Enum
Defines the overall status or confirmation for the appointment.
Modifier and Type | Field and Description |
---|---|
static int |
Cancelled
Indicates journal is removed.
|
static int |
Confirmed
Indicates event is definite.
|
static int |
NotDefined
Value is not defined
|
static int |
Tentative
Indicates event is tentative.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int NotDefined
Value is not defined
public static final int Cancelled
Indicates journal is removed. or Indicates to-do was cancelled. or Indicates event was cancelled.
public static final int Tentative
Indicates event is tentative.
public static final int Confirmed
Indicates event is definite.