<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to get end of business day date and time based on appian process calendar</title><link>https://community.appian.com/discussions/f/general/39454/how-to-get-end-of-business-day-date-and-time-based-on-appian-process-calendar</link><description>How to get end of business day date and time based on appian process calendar? Kindly help me with this, Thankyou</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to get end of business day date and time based on appian process calendar</title><link>https://community.appian.com/thread/149956?ContentTypeID=1</link><pubDate>Tue, 15 Jul 2025 13:50:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4e485b63-8219-4166-98f0-4c1a686624a7</guid><dc:creator>amitm9</dc:creator><description>&lt;p&gt;Please set the specific calendar if your scenario is not fulfilled with default calendar and then use below Appian functions in your rule.&lt;br /&gt;calisworkday( datetime, calendar_name) and &lt;br /&gt;calisworktime(now(),calendar_name)&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get end of business day date and time based on appian process calendar</title><link>https://community.appian.com/thread/149955?ContentTypeID=1</link><pubDate>Tue, 15 Jul 2025 12:40:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e58ab279-581a-46b2-aa4d-6cfdc1066a13</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;This old thread might be helpful&lt;/p&gt;
&lt;p&gt;&lt;a href="https://community.appian.com/discussions/f/general/6796/hi-is-there-a-way-to-get-the-end-of-business-hours-for-a-day-from-a-calend"&gt;community.appian.com/.../hi-is-there-a-way-to-get-the-end-of-business-hours-for-a-day-from-a-calend&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get end of business day date and time based on appian process calendar</title><link>https://community.appian.com/thread/149933?ContentTypeID=1</link><pubDate>Tue, 15 Jul 2025 09:30:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:201ee7d0-096e-48c5-947d-3b2a2bcd2a9c</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;No direct&amp;nbsp;function to retrieve the configuration data stored in a process calendar.&lt;br /&gt;You can check if a time is working time using&amp;nbsp;calisworktime()&lt;br /&gt;&lt;a href="https://docs.appian.com/suite/help/25.2/fnc_date_and_time_calisworktime.html"&gt;https://docs.appian.com/suite/help/25.2/fnc_date_and_time_calisworktime.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/a&gt;&lt;span&gt;You can&amp;nbsp;simply hardcode business hours in constants or database tables since calendar configurations can&amp;#39;t be accessed programmatically in Appian.&lt;br /&gt;&lt;/span&gt;This gives more control to you.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get end of business day date and time based on appian process calendar</title><link>https://community.appian.com/thread/149931?ContentTypeID=1</link><pubDate>Tue, 15 Jul 2025 09:17:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f2406a46-3ff1-49fd-82f8-379e6a118080</guid><dc:creator>Harsha Sharma</dc:creator><description>&lt;p&gt;AFAIK there is no function to get the data saved in a&amp;nbsp;process calendar.&amp;nbsp; If you want to retrieve the value &lt;strong&gt;and then&amp;nbsp;&lt;/strong&gt;compare against something/ store somewhere then that part is not possible.&lt;/p&gt;
&lt;p&gt;If you need to apply some conditions based on it, the below functions can be used to create evaluation expressions and have the system perform the checks.&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/25.2/fnc_date_and_time_adddatetime.html"&gt;a!addDateTime()&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/25.2/fnc_date_and_time_subtractdatetime.html"&gt;a!subtractDateTime()&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/25.2/fnc_date_and_time_calisworkday.html"&gt;calisworkday()&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/25.2/fnc_date_and_time_calisworktime.html"&gt;calisworktime()&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/25.2/fnc_date_and_time_calworkdays.html"&gt;calworkdays()&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/25.2/fnc_date_and_time_calworkhours.html"&gt;calworkhours()&lt;/a&gt;&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;E.g. if you want a process to run only within the work hours added in calendar then in condition you can use the below expression and process will not trigger outside business hours.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;calisworktime(now(),calendar_name)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Let me know if you are looking for a specific scenario otherwise hope this helps!&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>