C# Class Event.EventHolder

Mostra file Open project: Y-LyN-10/Software-University-Courses

Public Methods

Method Description
AddEvent ( System.DateTime date, string title, string location ) : void
DeleteEvents ( string titleToDelete ) : void
ListEvents ( System.DateTime date, int count ) : void

Method Details

AddEvent() public method

public AddEvent ( System.DateTime date, string title, string location ) : void
date System.DateTime
title string
location string
return void

DeleteEvents() public method

public DeleteEvents ( string titleToDelete ) : void
titleToDelete string
return void

ListEvents() public method

public ListEvents ( System.DateTime date, int count ) : void
date System.DateTime
count int
return void