All Implemented Interfaces:
VProperty<Integer>, VChild, VElement, VParent

public class PercentComplete extends VPropertyBase<Integer,PercentComplete>
PERCENT-COMPLETE RFC 5545 iCalendar 3.8.1.8. page 88 This property is used by an assignee or delegatee of a to-do to convey the percent completion of a to-do to the "Organizer". The property value is 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. Example: The following is an example of this property to show 39% completion: PERCENT-COMPLETE:39
See Also:
  • Constructor Details

    • PercentComplete

      public PercentComplete(PercentComplete source)
    • PercentComplete

      public PercentComplete(Integer value)
    • PercentComplete

      public PercentComplete()
  • Method Details