convertPlatformDateToPODSDate( )

Converts a platform-specific date value to the PODSDate value.

Interface
PODSPlatform
IDL definition
PODSDate convertPlatformDateToPODSDate(PODSPlatformDate date);
JavaScript synopsis

Not applicable

C synopsis
PODSDate PODSconvertPlatformDateToPODSDate(
  PODSPlatform* platformobj,
  PODSPlatformDate date
);
Parameters
  • platformobj   The PODSPlatform object.

  • date   [in] The platform-specific date value to convert.

Returns

The PODSDate value for the specified Platform-specific date value.

See also

convertPODSDateToPlatformDate( )