/// <summary> /// get spends for this wallet started from the first day of current month /// </summary> /// <returns>amount of spends</returns> public decimal GetThisMonthSpends(Wallet.Wallet wallet) { return(wallet.MonthSpends(this)); }