Kimono.KLocale.DateMonthNamePossessive C# (CSharp) Method

DateMonthNamePossessive() public method

Use this to determine whether in dates a possessive form of month name is preferred ("of January" rather than "January")
public DateMonthNamePossessive ( ) : bool
return bool
        public bool DateMonthNamePossessive()
        {
            return (bool) interceptor.Invoke("dateMonthNamePossessive", "dateMonthNamePossessive() const", typeof(bool));
        }