public method Timeframe.toString

Brief

Returns a string representation of the object, which includes the size and unit properties. This string can be used to display information about the object, or to compare objects

Declaration

protojavascriptjavacsharp
public toString() : string

Returns

The method returns a string that represents the object, which includes the size and unit properties

Details

Declared in Timeframe

back