convertPODSDateToPlatformDate( )

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

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

Not applicable

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

  • date   [in] The PODSDate value to convert.

Returns

Platform-specific date value for the specified PODSDate value.

See also

convertPlatformDateToPODSDate( )