LastModified

The LastModified property returns the date and time at which the object was last modified.

Applies To

All Item objects

Data Type

Date

Access

Read-only

Remarks

Applications can use the LastModified property to synchronize two schedules. For example, an application can compare this property on similar sets of objects in two copies of a schedule to determine which object is the latest version.

When synchronizing two different schedules, this property should be used instead of the ChangeNumber property. Change numbers are specific to a single schedule file, whereas this property uses dates that are independent of the schedule file.

See Also

ChangeNumber