Returns a DateTime object that represents the date and time the text in this character run was deleted (if revision tracking was on when it was deleted -- Deleted returns true).

public System.DateTime DeletedTime{ get; }
Public ReadOnly Property DeletedTime() As Date
          DateTime deletedTime = oCharacterRun.DeletedTime;
        
          Dim deletedTime As DateTime = oCharacterRun.DeletedTime