# File lib/Borges/Component/SelectionDateTable.rb, line 94
  def start_date_selection
    unless @dateSelectionStart.nil? then
      return @dateSelectionStart.min(@dateSelectionEnd)
    end
  end