Namespace: ITHit.Collab.Calendar
The FreeBusyType type exposes the following members.
Name | Description | |
---|---|---|
FreeBusyType |
Creates a new instance of the enum object.
|
Name | Description | |
---|---|---|
Busy |
Represents a busy time. Indicates that the time interval is busy because one or more events have been scheduled for that interval. String value is "BUSY", integer value is 2.
| |
BusyTentative |
Represents a busy-tentative time. Indicates that the time interval is busy because one or more events have been tentatively scheduled for that interval. String value is "BUSY-TENTATIVE", integer value is 4.
| |
BusyUnavailable |
Represents a busy-unavailable time. Indicates that the time interval is busy and that the interval can not be scheduled. String value is "BURY-UNAVAILABLE", integer value is 3.
| |
Free |
Represents a free time. Indicates that the time interval is free for scheduling. String value is "FREE", integer value is 1.
| |
Name |
Gets the string representation of the enum value.
(Inherited from ExtendibleEnum.) | |
Number |
Gets the integer representation of the enum value. Default is -1.
(Inherited from ExtendibleEnum.) |
Name | Description | |
---|---|---|
Equals | (Inherited from ExtendibleEnum.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Converts this object to its string representation.
(Inherited from ExtendibleEnum.) |