<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Control Binding Manager and .ToLocalTime()</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : Control Binding Manager and .ToLocalTime()</description>
  <pubDate>Wed, 15 Apr 2026 09:25:14 -700</pubDate>
  <lastBuildDate>Fri, 21 Nov 2008 11:10:59 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=1007</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Control Binding Manager and .ToLocalTime() : That was what I was thinking of....</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1007&amp;PID=3657#3657</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=23" rel="nofollow">davidklitzke</a><br /><strong>Subject:</strong> 1007<br /><strong>Posted:</strong> 21-Nov-2008 at 11:10am<br /><br />That was what I was thinking of.]]>
   </description>
   <pubDate>Fri, 21 Nov 2008 11:10:59 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1007&amp;PID=3657#3657</guid>
  </item> 
  <item>
   <title>Control Binding Manager and .ToLocalTime() :  David, I assume you mean add...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1007&amp;PID=3656#3656</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=92" rel="nofollow">HFloyd</a><br /><strong>Subject:</strong> 1007<br /><strong>Posted:</strong> 21-Nov-2008 at 10:55am<br /><br />David, <br><br>I assume you mean add something like this to all my BOs:<br><br>&nbsp;&nbsp;&nbsp; /// &lt;summary&gt;<br>&nbsp;&nbsp;&nbsp; /// Get the Localized Version of DateLastModified<br>&nbsp;&nbsp;&nbsp; /// &lt;/summary&gt;<br>&nbsp;&nbsp;&nbsp; public DateTime? DateLastModifiedLocal<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; get<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (this.DateLastModified != null)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return this.DateLastModified.Value.ToLocalTime();<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return null;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; }<br><br><br>That will take a little time, but is certainly do-able.<br><br>Thanks!<br><br>Heather<br><span style="font-size:10px"><br /><br />Edited by HFloyd - 21-Nov-2008 at 1:35pm</span>]]>
   </description>
   <pubDate>Fri, 21 Nov 2008 10:55:07 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1007&amp;PID=3656#3656</guid>
  </item> 
  <item>
   <title>Control Binding Manager and .ToLocalTime() : Make your own custom property...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1007&amp;PID=3655#3655</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=23" rel="nofollow">davidklitzke</a><br /><strong>Subject:</strong> 1007<br /><strong>Posted:</strong> 21-Nov-2008 at 10:40am<br /><br />Make your own custom property (like "FullName")]]>
   </description>
   <pubDate>Fri, 21 Nov 2008 10:40:03 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1007&amp;PID=3655#3655</guid>
  </item> 
  <item>
   <title>Control Binding Manager and .ToLocalTime() : Hi, I am storing &amp;#034;DateLastModified&amp;#034;...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1007&amp;PID=3654#3654</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=92" rel="nofollow">HFloyd</a><br /><strong>Subject:</strong> 1007<br /><strong>Posted:</strong> 21-Nov-2008 at 10:25am<br /><br />Hi, <br><br>I am storing&nbsp; "DateLastModified" for every record/bo in my system. On the data-entry form, I want to show this date. <br><br>Using the CBM, I can choose this property and it shows up on the form. However, I store a UTC date in the database, but would like to display it in local time on the form. I am unclear how to do this, since <font face="Courier New, Courier, mono"><span style="color: green;">.ToLocalTime()</span></font> is a method, not a property of a date. <br><br><b>Is there some way to use either the CBM or via code to make the binding to DateLastModified.ToLocalTime()?<br><br></b>Thanks!<br><br>Heather<br>]]>
   </description>
   <pubDate>Fri, 21 Nov 2008 10:25:38 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1007&amp;PID=3654#3654</guid>
  </item> 
 </channel>
</rss>