C# Class Cats.Models.Hubs.Period

显示文件 Open project: edgecomputing/cats Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetMonths ( int year ) : List

Gets the months.

Method Details

GetMonths() public static method

Gets the months.
public static GetMonths ( int year ) : List
year int The year.
return List