PluginDesc.releaseDatetime

Set releaseDatetime field.

  1. string releaseDatetime [@property getter]
  2. string releaseDatetime [@property setter]
    class PluginDesc
    @property
    void
    releaseDatetime
    (
    string propval
    )

Parameters

propval string

date time string in ISO 8601 format (or rather, a subset thereof), or null. Allowed are the following formats: "YYYY-MM-DD" and "YYY-MM-DDTHH:MMZ" (with 'T' a separator and 'Z' indicating UTC/Zulu time). This field should be set via the GST_PACKAGE_RELEASE_DATETIME preprocessor macro.