string IgetDateAttribute(string attributeName);
A string that contains the value of the date attribute.
//call the Date method and get the attribute String dateAttributeName = "DateOfBirth"; String aDate; aDate = exampleBusObj.IgetDateAttribute(dateAttributeName);