Search
TimeSpanUtilities.tryParse Method (String, Locale, ByRef(Duration))
See Also
 






Converts the string representation of a time interval to its Duration equivalent by using the specified culture-specific formatting information, and returns a value that indicates whether the conversion succeeded.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public static boolean tryParse (
    String s,
    Locale locale,
    ByRef<Duration> result
)

 Parameters

s

locale

result

 Return Value

 See Also