Itenso.TimePeriod.Month.Month C# (CSharp) Method

Month() public method

public Month ( System.DateTime moment ) : System
moment System.DateTime
return System
        public Month( DateTime moment )
            : this(moment, new TimeCalendar())
        {
        }

Same methods

Month::Month ( ) : System
Month::Month ( System.DateTime moment, ITimeCalendar calendar ) : System
Month::Month ( ITimeCalendar calendar ) : System
Month::Month ( int year, YearMonth yearMonth ) : System
Month::Month ( int year, YearMonth yearMonth, ITimeCalendar calendar ) : System