TimeDiff: Find Difference Between Timestamps

Description Usage Arguments Value

View source: R/TimeDiff.R

Description

Only work with intraday time without date. origin time NOT necessarily less than ending time. Differnece must be given in seconds.

Usage

1
TimeDiff(time1, time2)

Arguments

time1

first timestamp, 5 or 6 digits.

time2

second timestamp, 5 or 6 digits.

Value

An integer, possibly negative.


TickExec documentation built on May 2, 2019, 9:58 a.m.

Related to TimeDiff in TickExec...