Method | Description | |
---|---|---|
AddEvent ( DateTime date, string title, string location ) : void | ||
DeleteEvents ( string titleToDelete ) : void | ||
ListEvents ( DateTime date, int count ) : void |
public AddEvent ( DateTime date, string title, string location ) : void | ||
date | DateTime | |
title | string | |
location | string | |
return | void |
public DeleteEvents ( string titleToDelete ) : void | ||
titleToDelete | string | |
return | void |
public ListEvents ( DateTime date, int count ) : void | ||
date | DateTime | |
count | int | |
return | void |