Skip to main content

Class: DateTimeMapper

Implements​

Constructors​

constructor​

• new DateTimeMapper()

Methods​

deserialize​

â–¸ deserialize(dataType, value): Date

Parameters​

NameType
dataTypestring
valuestring

Returns​

Date

Implementation of​

MicroAttributeMapper.deserialize

Defined in​

ng-application-profile/src/lib/services/mappers/date-time-mapper.service.ts:10


serialize​

â–¸ serialize(dataType, value): string

Parameters​

NameType
dataTypestring
valueDate

Returns​

string

Implementation of​

MicroAttributeMapper.serialize

Defined in​

ng-application-profile/src/lib/services/mappers/date-time-mapper.service.ts:18


supportDeserialize​

â–¸ supportDeserialize(dataType, value): boolean

Parameters​

NameType
dataTypestring
valuestring

Returns​

boolean

Implementation of​

MicroAttributeMapper.supportDeserialize

Defined in​

ng-application-profile/src/lib/services/mappers/date-time-mapper.service.ts:6


supportSerialize​

â–¸ supportSerialize(dataType, value): boolean

Parameters​

NameType
dataTypestring
valueDate

Returns​

boolean

Implementation of​

MicroAttributeMapper.supportSerialize

Defined in​

ng-application-profile/src/lib/services/mappers/date-time-mapper.service.ts:14