LabTalk time functions support elapsed time period


Version: 2023b

Type: Features

Category: Programming

Subcategory: LabTalk

Jira: ORG-25837


New optional argument adds to time functions to return elapsed time period, includes Hour(d[,n]), Minute(d[,n]), Second(d[,n1,n2]).

double dTime = Time(25:30:21);
Hour(dTime, 1)= ; //25
Minute(dTime,1) =; //1530
Second(dTime,1,1) =; //91821