# File lib/vpim/property/common.rb, line 212
        def dtstart(start)
          set_date_or_datetime 'DTSTART', 'DATE-TIME', start
          self
        end