C# Class Schumix.CalendarAddon.Commands.BirthdayCommand

Inheritance: Schumix.Irc.Commands.CommandInfo
ファイルを表示 Open project: Schumix/Schumix2 Class Usage Examples

Public Methods

Method Description
BirthdayCommand ( string ServerName ) : System
HandleBirthday ( IRCMessage sIRCMessage ) : void

Private Methods

Method Description
GetDay ( string args ) : int
GetMonth ( string args ) : string
GetYear ( string args ) : int
IsDay ( string args ) : bool
IsMonth ( string args ) : bool
IsYear ( string args ) : bool
Warning ( IRCMessage sIRCMessage ) : bool

Method Details

BirthdayCommand() public method

public BirthdayCommand ( string ServerName ) : System
ServerName string
return System

HandleBirthday() public method

public HandleBirthday ( IRCMessage sIRCMessage ) : void
sIRCMessage Schumix.Framework.Irc.IRCMessage
return void