構文
void IsetDateAttribute(string attributeName, string value);
パラメーター
戻り値
なし。
例外
例
// Call the set Date attribute method String dateAttribute = "DateofBirth"; String dateValue = "11/18/1966"; exampleBusObj.IsetDateAttribute(dateAttribute, dateValue);