intRangeDay: Integer range within a day

Description Usage Arguments Value Author(s) See Also Examples

Description

This function returns the associated integer times for the start and end of a specific day.

Usage

1

Arguments

x

POSIXct, date/time object.

Value

integer

Author(s)

Bernhard Pfaff

See Also

Other UtilityFuncs: bkfee, blockattime, blockstats, date2int, int2date, intMaxDay, intMinDay, intRangePeriod, timeofblock, txfee, txids, txinids, txstats, utxoage, utxotype, utxovalue

Examples

1
2
3
4
d1 <- "2017-03-15"
intRangeDay(d1)
intMinDay(d1)
intMaxDay(d1)

rbtc documentation built on May 2, 2019, 6:11 p.m.

Related to intRangeDay in rbtc...