Found out the answer to that question as well:

Code:
LstVwPlanBackup.Items(LstVwPlanBackup.FocusedItem.Index).SubItems(1).Text.ToString()
The "Text" property or member is the difference. It returns the text value of the subitem in that index.