paul murfin
paul murfin
友達

プロファイルまたはユーザー検索を経由して友達を追加できます。追加するとオンラインステータスがわかるようになります。

paul murfin
paul murfin
can somebody please tell me how to make the call (either format below) in order to return a time property without keep getting conversion warning errors in the compiler .. thanks

datetime t1 = ObjectGetInteger(ChartID(),objectId,OBJPROP_TIME1 );
long t3 = ObjectGetInteger(ChartID(),objectId,OBJPROP_TIME,0 );

or how i move a long into a datetime without comiler warnings ?