CreateNew
Previous
Next
Creates a new appointment that could later be added to the PimCollection.
Syntax: CreateNew
Example:
Appointment.New1
Appointment.CreateNew
Appointment.Subject = "Lunch"
Appointment.StartDate =
DateParse
("10/25/2007") + (
TimeParse
("13:35") mod cTicksPerDay)
PimCol.AddItem(Appointment.Value)