Click or drag to resize

FreeBusyType Class

IT Hit WebDAV Classes Reference
Represents a free or busy time.
Inheritance Hierarchy
SystemObject
  ITHit.CollabExtendibleEnum
    ITHit.Collab.CalendarFreeBusyType

Namespace:  ITHit.Collab.Calendar
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
public class FreeBusyType : ExtendibleEnum

The FreeBusyType type exposes the following members.

Constructors
  NameDescription
Public methodFreeBusyType
Creates a new instance of the enum object.
Top
Properties
  NameDescription
Public propertyStatic memberBusy
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.
Public propertyStatic memberBusyTentative
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.
Public propertyStatic memberBusyUnavailable
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.
Public propertyStatic memberFree
Represents a free time. Indicates that the time interval is free for scheduling. String value is "FREE", integer value is 1.
Public propertyName
Gets the string representation of the enum value.
(Inherited from ExtendibleEnum.)
Public propertyNumber
Gets the integer representation of the enum value. Default is -1.
(Inherited from ExtendibleEnum.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from ExtendibleEnum.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Converts this object to its string representation.
(Inherited from ExtendibleEnum.)
Top
Remarks
http://tools.ietf.org/html/rfc5545#section-3.2.9
See Also