日付の表示とその加算について

@matrix99999

You can do like this :

  1. get today
    image
  2. get the first day of the month
    image
  3. then use AddDays(-1)
    image

Here is the sample to refer .
GetTheEndDayOfLastMonth.xaml (5.6 KB)

1 Like