Package-level declarations

Number, date and time formats. NumFormat exposes the built-in standard_* constants and factory helpers for custom format codes.

Types

Link copied to clipboard
sealed class BaseNumFormat : NumFormat
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface NumFormat
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class StandardNumericNumFormat(val numFmtId: Int, val formatCode: String) : NumericNumFormat, StandardNumFormat
Link copied to clipboard
Link copied to clipboard
class StandardTimeNumFormat(val numFmtId: Int, val formatCode: String) : TimeNumFormat, StandardNumFormat
Link copied to clipboard