public static void GetCreationDate(FPClipRef inClip, StringBuilder outDate, ref FPInt ioDateLen) { SDK.FPClip_GetCreationDate8(inClip, outDate, ref ioDateLen); SDK.CheckAndThrowError(); }