time( hour, minute, second, millisecond )
Converts the given time into an equivalent time value.
Keyword | Type | Description |
---|---|---|
|
Integer |
The number of hours to add to the total. |
|
Integer |
The number of minutes to add to the total. |
|
Integer |
The number of seconds to add to the total. |
|
Integer |
The number of milliseconds to add to the total. |
Time
The time can be treated both as duration (for example, Joe ran the marathon in 3 hours and 23 minutes) and as a point in time (for example, we have a meeting at 3:23PM every day).
time(14,20,23)
returns 2:20 PM
Feature | Compatibility | Note |
---|---|---|
Portals | Compatible | |
Offline Mobile | Compatible | |
Sync-Time Custom Record Fields | Compatible | Can be used to create a custom record field that only evaluates at sync time. |
Real-Time Custom Record Fields | Incompatible | |
Process Reports | Compatible | |
Process Events | Compatible |
time() Function