0

If I have a time field 'Start Time' how would I set 'End Time' to 'Start Time' + 30 minutes?

In the "Trigger after update" property of the time field 'Start Time' I can set the 'End Time' to be the same as 'Start Time' with 'End Time' := 'Start Time'

How would I set the 'End Time' to the 'Start Time' + 30 minutes?

2 replies

null
    • Leonid_Semik
    • 5 yrs ago
    • Reported - view

    Hi Paul,

    ---

    'End Time' :=number( 'Start Time')+(30*60*1000)

    ---

    Leo

    • Paul
    • 5 yrs ago
    • Reported - view

    Works! Thanks Leo.

Content aside

  • 5 yrs agoLast active
  • 2Replies
  • 2037Views