Sets an attribute to a date value.
Syntax
void IsetDateAttribute(string attributeName, string value);
Parameters
Return Values
None.
Exceptions
Example
// Call the set Date attribute method String dateAttribute = "DateofBirth"; String dateValue = "11/18/1966"; exampleBusObj.IsetDateAttribute(dateAttribute, dateValue);