public final class AppointmentFlags
extends Enum
Enumerates appointment flags.
| Modifier and Type | Field and Description |
|---|---|
static int |
AllDayEvent
Indicates that appointment is an all day event.
|
static int |
None
Indicates that no specific flags are set.
|
public static final int None
Indicates that no specific flags are set.
public static final int AllDayEvent
Indicates that appointment is an all day event.
Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.