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 ?
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 ?
: