分期付款 [英] installment issue

查看:82
本文介绍了分期付款的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想用datetimepicker剩余月份的第一个和最后一个日期来检测并自动将其分配给我该月的第一天吗?

I want to do my first and last dates of the remaining months of datetimepicker way to detect and automatically assign it the first day of the month Can I choose?

推荐答案

我知道英语不是您的母语,但是很难弄清您的要求.


我认为您想在日期中增加几个月?如果是这样的话:
I know English is not your native language, but it is difficult to work out what you are asking.


I think you want to add a number of months to a date? If so then:
DateTime present = DateTime.Now;
DateTime future = present.AddMonths(3);

MDSN DateTime.AddMonths [

MDSN DateTime.AddMonths[^]
If this is not what you are trying to achieve, edit your question and try to make it a bit clearer, if you can.


这篇关于分期付款的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆