2020年5月6日 星期三

vb.net 這個月有幾天 [How much day Month]


1
2
3
4
5
6
7
8
9
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

        Dim Dias As Integer = DateTime.DaysInMonth(Year(Now), Month(Now))


        MsgBox(Dias)


    End Sub

沒有留言:

張貼留言