Plumtree EDK (Enterprise Web Development Kit) 5.4.0

ICalendarItem.StartTime Property

Calendar item start time

System.DateTime StartTime {get; set;}

Property Value

A date value describing the start time of this calendar item. * Note that the value of the date stored in the database may vary by a few millseconds Note that the value of the date stored in the database may vary by a few millseconds from the supplied date. The date in this object will reflect the stored date after a call to Store. If the current object is an ITask and has a task dependency on some other source task, the start time of current task will be set automatically to the end time of the source task.

Exceptions

Exception Type Condition
InvalidOperationException if the object has not yet been stored or has already been removed

See Also

ICalendarItem Interface | Plumtree.Remote.PRC.Collaboration.Calendar Namespace