Click or drag to resize

RecurrenceId Class

Represents "RECURRENCE-ID" property (RecurrenceId). The full range of calendar components specified by a recurrence set is referenced by referring to just the UID property value corresponding to the calendar component. The "RECURRENCE-ID" property allows the reference to an individual instance within the recurrence set. The "RECURRENCE-ID" property is used in conjunction with the UID and Sequence property to identify a particular instance of a recurring event. For a given pair of UID and Sequence property values, the "RECURRENCE-ID" value for a recurrence instance is fixed.
Inheritance Hierarchy
SystemObject
  Limilabs.Mail.AppointmentsRecurrenceId

Namespace:  Limilabs.Mail.Appointments
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
[SerializableAttribute]
public class RecurrenceId

The RecurrenceId type exposes the following members.

Constructors
  NameDescription
Public methodRecurrenceId(DateTime)
Creates new RecurrenceId instance.
Public methodRecurrenceId(DateTime, String)
Creates new RecurrenceId instance.
Public methodRecurrenceId(RecurrenceIdRange, DateTime)
Creates new RecurrenceId instance.
Public methodRecurrenceId(RecurrenceIdRange, DateTime, String)
Creates new RecurrenceId instance.
Top
Properties
  NameDescription
Public propertyDateOnly
Indicates
Public propertyRange
The "RANGE" parameter is used to specify the effective range of recurrence instances from the instance specified by the "RECURRENCE-ID" property value. The default value for the range parameter (when it's null) is the single recurrence instance only. The value can also be ThisAndPrior and ThisAndFuture.
Public propertyTimeZoneId
Gets the time zone. (TZID).
Public propertyValue
Gets the time when recurrence instance would occur.
Top
Methods
  NameDescription
Public methodAllDay
Marks the this recurrence id as an all day event. Time in Value property will be ignored if this method is used.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also