Forum Discussion

GregHertling's avatar
GregHertling
New Contributor III
2 years ago

Using Date Cell Type in a BR

Hi, I have a CV Form where the input is a "Date" Cell Type.  I need to use the date to translate to a OS Time Period.  I am struggling with using the Date value in a Business Rule.  It only returns a...
  • JackLacava's avatar
    2 years ago

    If I remember correctly, that integer is the number of ticks - so you just pass it to the constructor to get a DateTime object back, i.e.

    Dim myDate as new DateTime(yourNumber)