powered by
This function returns the associated integer time for the end of a specific day (i.e., 23:59:59 time).
integer
23:59:59
intMaxDay(x)
POSIXct, date/time object.
POSIXct
Bernhard Pfaff
Other UtilityFuncs: bkfee(), blockattime(), blockstats(), date2int(), int2date(), intMinDay(), intRangeDay(), intRangePeriod(), timeofblock(), txfee(), txids(), txinids(), txstats(), utxoage(), utxotype(), utxovalue()
bkfee()
blockattime()
blockstats()
date2int()
int2date()
intMinDay()
intRangeDay()
intRangePeriod()
timeofblock()
txfee()
txids()
txinids()
txstats()
utxoage()
utxotype()
utxovalue()
d1 <- "2017-03-15" d1 <- intMaxDay(d1) d2 <- "2017-03-15 23:59:59" d2 <- intMaxDay(d2) identical(d1,d2)
Run the code above in your browser using DataLab