Locale.setTimeFormatString

Overview | Methods | This Package | All Packages

Locale.setTimeFormatString

Sets the format string used to display time for this locale.

Syntax

public void setTimeFormatString( String value )

Parameters

value

A String object containing a time-formatting string for this locale.

Remarks

The String can consist of a combination of the hour, minute, and second format pictures defined in the Hour, Minute, and Second Format Pictures table in the National Language Support Constants.

See Also   getTimeFormatString


Send feedback to MSDN.Look here for MSDN Online resources.