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






Converts the value of the current Duration object to its equivalent string representation by using the specified format and culture-specific formatting information.

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

 Syntax

Java  Copy Code

public static String format (
    Duration value,
    String format,
    Locale provider
)

 Parameters

value

format

provider

 Return Value

 See Also