TimeUtilities.ParseTimeInterval Method

Top 

Description

Parses the input String for a time interval and returns the interval value.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

TimeUtilities.ParseTimeInterval(String timeInterval, String format)

Variable

Parses the input String for a time interval and returns the interval value in days.

TimeUtilities.ParseTimeInterval(String timeInterval, String format, Variable outputUnits)

Variable

Parses the input String for a time interval and returns the interval value in the units specified by the outputUnits argument.

 

 

See also

TimeUtilities Object

Parsing Dates and Times