public class VJournal : RecurringObject
Public Class VJournal
Inherits RecurringObject
public ref class VJournal : public RecurringObject
type VJournal =
class
inherit RecurringObject
end
VJournal | Constructor |
Attachments | This is used to get the Attachments (ATTACH) properties. There may be more than one. |
Attendees | This is used to get the Attendee (ATTENDEE) properties. There may be more than one. |
Categories | This is used to get the categories (CATEGORIES) property |
Classification | This is used to get the access classification (CLASS) property |
Comment | This is used to get the comment (COMMENT) property |
Contacts | This is used to get the Contact (CONTACT) properties. There may be more than one. |
CustomProperties | This is a catch-all that holds all unknown or extension properties |
DateCreated | This is used to get the date created (DCREATED) property |
Description | This is used to get the description (DESCRIPTION) property |
ExceptionDates |
This is used to get the Exception Date (EXDATE) properties. There may be more than one.
(Inherited from RecurringObject) |
ExceptionRules |
This is used to get the Exception Rule (EXRULE) properties. There may be more than one.
(Inherited from RecurringObject) |
ExcludeStartDateTime |
This property can be used to override the specification and exclude the start date/time if it is not
generated by one of the recurrence rule or recurrence date properties.
(Inherited from RecurringObject) |
InstanceDuration |
This must be implemented to return the duration for the recurring instances
(Overrides RecurringObjectInstanceDuration) |
IsRecurring |
This can be used to see if an item has recurrence information
(Inherited from RecurringObject) |
LastModified | This is used to get the Last Modified (LAST-MODIFIED) property |
Organizer | This is used to get the organizer (ORGANIZER) property |
RecurDates |
This is used to get the Recur Date (RDATE) properties. There may be more than one.
(Inherited from RecurringObject) |
RecurrenceId | This is used to get the recurrence ID (RECURRENCE-ID) property |
RecurrenceRules |
This is used to get the Recurrence Rule (RRULE) properties. There may be more than one.
(Inherited from RecurringObject) |
RelatedTo | This is used to get the Related To (RELATED-TO) properties. There may be more than one. |
RequestStatuses | This is used to get the Request Status (REQUEST-STATUS) properties. There may be more than one. |
Sequence | This is used to get the revision sequence number (SEQUENCE) property |
StartDateTime |
This is used to get the start date/time (DTSTART) property
(Overrides RecurringObjectStartDateTime) |
Status | This is used to get the status (STATUS) property |
Summary | This is used to get the summary (SUMMARY) property |
TimeStamp | This is used to get the time stamp (DTSTAMP) property |
TimeZoneId |
This must be implemented to return the time zone ID for the start date
(Overrides RecurringObjectTimeZoneId) |
UniqueId | This is used to get the Unique ID (UID) property |
Url | This is used to get the Uniform Resource Locator (URL) property |
Version |
This is overridden to propagate the version to all properties in the object that need it when the
version is set on the item.
(Inherited from CalendarObject) |
VersionsSupported |
This is used to establish the specification versions supported by the PDI object
(Overrides PDIObjectVersionsSupported) |
AllInstances |
This method is used to return all recurring instances based on the current settings alone
(Inherited from RecurringObject) |
ApplyTimeZone |
This is used to apply the selected time zone to all date/time objects in the component and convert
them to the new time zone.
(Overrides RecurringObjectApplyTimeZone(VTimeZone)) |
ClearProperties |
The method can be called to clear all current property values from the journal. The version is left
unchanged.
(Overrides RecurringObjectClearProperties) |
Clone |
This is overridden to allow cloning of a PDI object
(Overrides PDIObjectClone) |
Clone(PDIObject) |
This is overridden to allow copying of the additional properties
(Overrides RecurringObjectClone(PDIObject)) |
Equals |
This is overridden to allow proper comparison of journal objects
(Overrides ObjectEquals(Object)) |
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 |
Get a hash code for the calendar object
(Overrides ObjectGetHashCode) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
InstancesBetween |
This method is used to return all recurring instances between the two specified date/times based on
the current settings.
(Inherited from RecurringObject) |
LastInstance |
This method can be used to quickly determine the end date of an item regardless of whether it uses
recurrence or not.
(Inherited from RecurringObject) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
OccursOn |
This method is used to determine whether or not an instance of the recurrence falls on the specified
date/time.
(Inherited from RecurringObject) |
PropagateVersion |
This is used to propagate the version to all properties in the object that need it
(Overrides RecurringObjectPropagateVersion) |
SetTimeZone |
This is used to set the selected time zone in all date/time objects in the component without
modifying the date/time values.
(Overrides RecurringObjectSetTimeZone(VTimeZone)) |
TimeZonesUsed |
This is used to get a list of time zones used by all owned objects
(Overrides RecurringObjectTimeZonesUsed(StringCollection)) |
ToString |
Convert the object instance to its string form
(Inherited from CalendarObject) |
UpdateTimeZoneId |
This is used to replace an old time zone ID with a new time zone ID in all properties of a calendar
object.
(Overrides RecurringObjectUpdateTimeZoneId(String, String)) |
WriteToStream(TextWriter) |
This can be used to write a calendar object to a PDI data stream
(Inherited from CalendarObject) |
WriteToStream(TextWriter, StringBuilder) |
This can be used to write a journal to a PDI data stream
(Overrides RecurringObjectWriteToStream(TextWriter, StringBuilder)) |