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 nanosecond timing precision mode.

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

 

Overload List

Signatures

Return Value

Description

TimeUtilities.ParseTimeInterval(String timeInterval, String format)

TimeSpan

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

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

TimeSpan

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

TimeSpans Guide

Parsing Dates and Times