decipher.M3.time: Decipher Models3 time format (HHMMSS) into hours, minutes,...

Description Usage Arguments Value Note Author(s) References See Also Examples

Description

Decipher Models3 time format (HHMMSS) into hours, minutes, and seconds.

Usage

1

Arguments

M3.time

Time (numeric) in the format HHMMSS (hours, minutes, seconds).

Value

List with the following components

hrs

hours

mins

minutes

secs

seconds

Note

For more information about Models3 date-time conventions, see
http://www.baronams.com/products/ioapi/DATETIME.html.
This function is called by function get.datetime.seq, but it will probably not be called by most users.

Author(s)

Jenise Swall

References

http://www.baronams.com/products/ioapi/DATETIME.html

See Also

DateTimeClasses,
get.datetime.seq,
decipher.M3.date

Examples

1
2
3
4
## Note that the function breaks up the (numeric) input,
## where hours are designated by 00-23, minutes by 00-59, 
## seconds by 00-59.  
decipher.M3.time(030105)

M3 documentation built on May 2, 2019, 11:04 a.m.