DRObjects.DataStructures.DivineRightDateTime.GetMonthName C# (CSharp) Метод

GetMonthName() публичный Метод

Returns the name of the current month
public GetMonthName ( ) : string
Результат string
        public string GetMonthName()
        {
            return MONTHS[GetTimeComponent(DRTimeComponent.MONTH)];
        }