Click or drag to resize

IToDoPercentComplete Property

IT Hit WebDAV Classes Reference
Gets or sets percent completion of a to-do.

Namespace:  ITHit.Collab.Calendar
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
IInteger PercentComplete { get; set; }

Property Value

Type: IInteger
IInteger or null if property is not present. Use CreatePropertyT to create a new property and assign value. Set value to null to remove the property.
Remarks

This property contains a positive integer between 0 and 100. A value of "0" indicates the to-do has not yet been started. A value of "100" indicates that the to-do has been completed. Integer values in between indicate the percent partially complete.

https://tools.ietf.org/html/rfc5545#section-3.8.1.8

See Also