C# Class Itenso.TimePeriod.Weeks

Inheritance: WeekTimeRange
ファイルを表示 Open project: jwg4/date-difference Class Usage Examples

Public Methods

Method Description
GetWeeks ( ) : ITimePeriodCollection
Weeks ( System.DateTime moment, int count ) : System
Weeks ( System.DateTime moment, int count, ITimeCalendar calendar ) : System
Weeks ( int year, int startWeek, int count ) : System
Weeks ( int year, int startWeek, int count, ITimeCalendar calendar ) : System

Protected Methods

Method Description
Format ( ITimeFormatter formatter ) : string

Method Details

Format() protected method

protected Format ( ITimeFormatter formatter ) : string
formatter ITimeFormatter
return string

GetWeeks() public method

public GetWeeks ( ) : ITimePeriodCollection
return ITimePeriodCollection

Weeks() public method

public Weeks ( System.DateTime moment, int count ) : System
moment System.DateTime
count int
return System

Weeks() public method

public Weeks ( System.DateTime moment, int count, ITimeCalendar calendar ) : System
moment System.DateTime
count int
calendar ITimeCalendar
return System

Weeks() public method

public Weeks ( int year, int startWeek, int count ) : System
year int
startWeek int
count int
return System

Weeks() public method

public Weeks ( int year, int startWeek, int count, ITimeCalendar calendar ) : System
year int
startWeek int
count int
calendar ITimeCalendar
return System