Login to follow
DateTimeMilliseconds

DateTimeMilliseconds (ODC)

Stable version 0.2.0 (Compatible with ODC)
Uploaded on 02 December 2024 by Truewind
DateTimeMilliseconds

DateTimeMilliseconds (ODC)

Documentation
0.2.0

Currently, this external logic provides four actions:

  • DateTimeMsDiff
    • Returns a difference between current DateTime and previous DateTime provided as Long Integer Ticks (100-nanoseconds periods). The result returned as milliseconds using Decimal type.
  • DateTimeNow
    • Returns current DateTime
  • DateTimeTicksDiff
    • Returns a difference between current DateTime and previous DateTime provided as Long Integer Ticks (100-nanoseconds periods). The result returned as Ticks using Long Integer type.
  • DateTimeTicksNow
    • Returns current DateTime as Ticks (100-nanoseconds periods of time) that elapsed from midnight, 01.01.0001. You can convert it to milliseconds by dividing it by 10,000.