palm-sync
    Preparing search index...

    Class DlpDateTimeType

    Timestamp value in DLP requests and responses.

    Unlike normal database timestamps found in database files and Palm OS APIs, timestamps in the DLP layer are actual date and time values without timezone info.

    References:

    Hierarchy

    • SerializableWrapper<Date>
      • DlpDateTimeType
    Index

    Constructors

    Properties

    value: Date = ...

    JavaScript Date value corresponding to the time.

    Methods

    • Type Parameters

      • JsonValueT extends Date

      Parameters

      Returns void

    • Deserializes a buffer into this value.

      Parameters

      • buffer: Buffer
      • Optionalopts: DeserializeOptions

      Returns number

      Number of bytes read.

    • Computes the serialized length of this value.

      Parameters

      • Optionalopts: SerializeOptions

      Returns number

    • Serializes this value into a buffer.

      Parameters

      • Optionalopts: SerializeOptions

      Returns Buffer

    • Returns any

    • Creates a new instance of this value by deserializing from a buffer.

      Type Parameters

      • T extends Serializable

      Parameters

      • this: new () => T
      • buffer: Buffer
      • Optionalopts: DeserializeOptions

      Returns T

    • Create a new instance of this wrapper class from a raw value.

      Type Parameters

      • ValueT
      • WrapperT extends SerializableWrapper<ValueT>

      Parameters

      Returns WrapperT