DRObjects.DataStructures.DivineRightDateTime.GetMonthName C# (CSharp) Method

GetMonthName() public method

Returns the name of the current month
public GetMonthName ( ) : string
return string
        public string GetMonthName()
        {
            return MONTHS[GetTimeComponent(DRTimeComponent.MONTH)];
        }