Skip to main content
Defined in: WAProto/index.d.ts:12864

Implements

Constructors

new TimeFormatAction()

new TimeFormatAction(p?): TimeFormatAction
Defined in: WAProto/index.d.ts:12865

Parameters

p?
ITimeFormatAction

Returns

TimeFormatAction

Properties

isTwentyFourHourFormatEnabled?

optional isTwentyFourHourFormatEnabled: null | boolean
Defined in: WAProto/index.d.ts:12866

Implementation of

ITimeFormatAction.isTwentyFourHourFormatEnabled

Methods

create()

static create(properties?): TimeFormatAction
Defined in: WAProto/index.d.ts:12867

Parameters

properties?
ITimeFormatAction

Returns

TimeFormatAction

decode()

static decode(r, l?): TimeFormatAction
Defined in: WAProto/index.d.ts:12869

Parameters

r
Uint8Array<ArrayBufferLike> | Reader
l?
number

Returns

TimeFormatAction

encode()

static encode(m, w?): Writer
Defined in: WAProto/index.d.ts:12868

Parameters

m
ITimeFormatAction
w?
Writer

Returns

Writer

fromObject()

static fromObject(d): TimeFormatAction
Defined in: WAProto/index.d.ts:12870

Parameters

d

Returns

TimeFormatAction

getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string
Defined in: WAProto/index.d.ts:12873

Parameters

typeUrlPrefix?
string

Returns

string

toJSON()

toJSON(): object
Defined in: WAProto/index.d.ts:12872

Returns

object

toObject()

static toObject(m, o?): object
Defined in: WAProto/index.d.ts:12871

Parameters

m
TimeFormatAction
o?
IConversionOptions

Returns

object