Class Minutes
java.lang.Object
com.independentsoft.office.odf.styles.Minutes
Represents the minutes are displayed as part of a date or time.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a new object that is a deep copy of the current instance.Gets the display format.voidsetDisplayFormat(DisplayFormat format)Sets the display format.toString()Converts the value of the current Minutes object to its equivalent string representation.
-
Constructor Details
-
Minutes
public Minutes()Initializes a new instance of the Minutes class.
-
-
Method Details
-
clone
Creates a new object that is a deep copy of the current instance. -
toString
Converts the value of the current Minutes object to its equivalent string representation. -
getDisplayFormat
Gets the display format.- Returns:
- the display format
-
setDisplayFormat
Sets the display format.- Parameters:
format- the new display format
-