Package com.seeq.link.sdk.utilities
Class TimeInterval
java.lang.Object
com.seeq.link.sdk.utilities.TimeInterval
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Duration
parseFriendlyDuration
(String durationString) static String
toFriendlyString
(Duration duration) static String
toFriendlyStringMatchDotNetTimeSpan
(Duration duration) Returns a string representation in the form HH:MM:SS, which is the same as the C# TimeSpan.ToString() method.
-
Constructor Details
-
TimeInterval
-
-
Method Details
-
getStartTime
-
getEndTime
-
parseFriendlyDuration
-
toFriendlyString
-
toFriendlyStringMatchDotNetTimeSpan
Returns a string representation in the form HH:MM:SS, which is the same as the C# TimeSpan.ToString() method.- Parameters:
duration
- The Duration object to convert to a string- Returns:
- A string in the form HH:MM:SS
-