tibemsSubscriptionInfo_GetCreateTime Function Purpose Get a subscription’s creation time in milliseconds. C Declaration tibems_status tibemsSubscriptionInfo_GetCreateTime( tibemsSubscriptionInfo subscriptionInfo, tibems_long* created); COBOL Call CALL "tibemsSubscriptionInfo_GetCreateTime" USING BY VALUE subscriptionInfo, BY REFERENCE created, RETURNING tibems-status END-CALL. Parameters Parameter Description subscriptionInfo Get the creation time of this subscription. created The function stores the create time in this location.