Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | bima | |
Module | bimams | |
Tool | bimams |
# construct a bimams tool and assign it to a Glish variable named bms - bms := bimams('1733-130'); # get the maximum and minimum times - tra := bms.timerange(); - tra [max=[value=4.38575597e+09, unit=s], min=[value=4.38573665e+09, unit=s]] # now convert the maximum time to something meaningful to a human - dq.time(tra.max,form='ymd'); 1997/11/09/01:32:52.170