EventTime

public enum EventTime

In a VEvent the time of the event can be specificed using a start and end time or a start time and a duration.

  • Undocumented

    Declaration

    Swift

    case startEnd(DateComponents, DateComponents)
  • Undocumented

    Declaration

    Swift

    case startDuration(DateComponents, TimeInterval)