C# Class DataCollection.Util.ChineseDate.WeekHolidayStruct

ファイルを表示 Open project: JimmyFung/DesktopHelper

Public Properties

Property Type Description
HolidayName string
Month int
WeekAtMonth int
WeekDay int

Public Methods

Method Description
WeekHolidayStruct ( int month, int weekAtMonth, int weekDay, string name ) : System

Method Details

WeekHolidayStruct() public method

public WeekHolidayStruct ( int month, int weekAtMonth, int weekDay, string name ) : System
month int
weekAtMonth int
weekDay int
name string
return System

Property Details

HolidayName public_oe property

public string HolidayName
return string

Month public_oe property

public int Month
return int

WeekAtMonth public_oe property

public int WeekAtMonth
return int

WeekDay public_oe property

public int WeekDay
return int