Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Home
Jobs
Ideas
Members
Mentorship
User Groups
Downloads
Platforms
OutSystems.com
My Platform
Community
Resources
Support
Search in OutSystems
Log in
Sign Up
Community
›
Forge
›
Assets list
›
DateTimeMilliseconds
DateTimeMilliseconds (ODC)
Stable version
0.2.0
(Compatible with
ODC
)
Uploaded on
02 December 2024
by
Truewind
Overview
Documentation
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.
Loading
Loading...