TimeUtilities.TimeIntervalToString Method

Top 

Description

Returns a formatted String representing the specified time interval.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

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

 

Overload List

Signatures

Return Value

Description

TimeUtilities.TimeIntervalToString(Variable timeInterval, String format)

String

Returns a formatted String representing the specified time interval.

TimeUtilities.TimeIntervalToString(Variable timeInterval, Variable intervalUnits, String format)

String

Returns a formatted String representing the specified time interval. The input time interval has units specified by the intervalUnits argument.

 

 

See also

TimeUtilities Object

Parsing Dates and Times