<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Determine remaining days in the month in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Determine-remaining-days-in-the-month/m-p/79541#M31412</link>
    <description>Hi, I'm trying to build a usage calculation where the usage is calculated based on the billing date, in this case the 13th of the month. I need to determine how many days left in the month depending on whether the month has 28, 29, 30 or 31 days. I tried converting the month to a number and then add variables to account for the months with 30 days etc but it seems a little convoluted. Any ideas?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Lee DuPlechian&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 03 Jun 2020 19:19:00 GMT</pubDate>
    <dc:creator>LeeDuPlechian</dc:creator>
    <dc:date>2020-06-03T19:19:00Z</dc:date>
    <item>
      <title>Determine remaining days in the month</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Determine-remaining-days-in-the-month/m-p/79541#M31412</link>
      <description>Hi, I'm trying to build a usage calculation where the usage is calculated based on the billing date, in this case the 13th of the month. I need to determine how many days left in the month depending on whether the month has 28, 29, 30 or 31 days. I tried converting the month to a number and then add variables to account for the months with 30 days etc but it seems a little convoluted. Any ideas?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Lee DuPlechian&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Jun 2020 19:19:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Determine-remaining-days-in-the-month/m-p/79541#M31412</guid>
      <dc:creator>LeeDuPlechian</dc:creator>
      <dc:date>2020-06-03T19:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: Determine remaining days in the month</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Determine-remaining-days-in-the-month/m-p/79542#M31413</link>
      <description>Hi Lee,&lt;BR /&gt;&lt;BR /&gt;Have you explored the Calendars VBO? The actions Get Working Days In Range and Count Working Days in Range may suit your purposes.&amp;nbsp;&lt;BR /&gt;Also check out this article on Calendar configuration:&amp;nbsp;&lt;A href="https://bpdocs.blueprism.com/bp-6-7/en-us/helpCalendar.htm" target="_blank" rel="noopener"&gt;https://bpdocs.blueprism.com/bp-6-7/en-us/helpCalendar.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Patrick Aucoin&lt;BR /&gt;Senior Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Jun 2020 20:30:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Determine-remaining-days-in-the-month/m-p/79542#M31413</guid>
      <dc:creator>PatrickAucoin</dc:creator>
      <dc:date>2020-06-03T20:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: Determine remaining days in the month</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Determine-remaining-days-in-the-month/m-p/79543#M31414</link>
      <description>From a code stage you can use DateTime.DaysInMonth(), which will also cover you for leap days. I ran into some trickier situations with dates and found it easiest to create an object specifically for date handling functions.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nicholas Zejdlik&lt;BR /&gt;RPA Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Jun 2020 13:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Determine-remaining-days-in-the-month/m-p/79543#M31414</guid>
      <dc:creator>NicholasZejdlik</dc:creator>
      <dc:date>2020-06-04T13:01:00Z</dc:date>
    </item>
  </channel>
</rss>

