LOTUSSCRIPT /COM/OLE のクラス
Dim db As New NotesDatabase( "", "byebye.nsf" ) If ( ( Today - db.LastModified ) > 100 ) Then Call db.Remove End If
関連項目