C# Class Schumix.CalendarAddon.Commands.CalendarCommand

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

Public Methods

Method Description
CalendarCommand ( string ServerName ) : System
HandleCalendar ( IRCMessage sIRCMessage ) : void

Private Methods

Method Description
GetDay ( string args ) : int
GetHour ( string args ) : int
GetMessage ( string args ) : string
GetMinute ( string args ) : int
GetMonth ( string args ) : string
GetYear ( string args ) : int
IsDay ( string args ) : bool
IsHour ( string args ) : bool
IsHourAndMinute ( string args ) : bool
IsMessage ( string args ) : bool
IsMinute ( string args ) : bool
IsMonth ( string args ) : bool
IsYear ( string args ) : bool

Method Details

CalendarCommand() public method

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

HandleCalendar() public method

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