Added in API level 24
PatternInfo
class PatternInfo
kotlin.Any | |
↳ | android.icu.text.DateTimePatternGenerator.PatternInfo |
PatternInfo supplies output parameters for addPattern(...). It is used because Java doesn't have real output parameters. It is treated like a struct (eg Point), so all fields are public.
Summary
Constants | |
---|---|
static Int | |
static Int | |
static Int |
Public constructors | |
---|---|
Simple constructor, since this is treated like a struct. |
Properties | |
---|---|
String! | |
Int |
Constants
Public constructors
PatternInfo
Added in API level 24
PatternInfo()
Simple constructor, since this is treated like a struct.