Time.formatLongTime

Overview | Methods | Fields | This Package | All Packages

Time.formatLongTime

Retrieves the Time object as a String using the long time format.

Syntax

public String formatLongTime()

Return Value

Returns a String object that represents the long time format of the Time object.

Remarks

Use the formatLongTime method to extract only the time fields in a Time object. For an example of how to use this method, see the addSeconds method.

See Also   formatShortTime, formatLongDate