C# 클래스 Event.EventHolder

파일 보기 프로젝트 열기: Y-LyN-10/Software-University-Courses

공개 메소드들

메소드 설명
AddEvent ( System.DateTime date, string title, string location ) : void
DeleteEvents ( string titleToDelete ) : void
ListEvents ( System.DateTime date, int count ) : void

메소드 상세

AddEvent() 공개 메소드

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

DeleteEvents() 공개 메소드

public DeleteEvents ( string titleToDelete ) : void
titleToDelete string
리턴 void

ListEvents() 공개 메소드

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