Commit 5a7256fd authored by garciay's avatar garciay
Browse files

Change comments of f_getCurrentTime()

parent f782a352
Loading
Loading
Loading
Loading
+9 −9
Original line number Original line Diff line number Diff line
@@ -87,8 +87,8 @@ module LibItsCommon_Functions {
        } 
        } 
    
    
        /**
        /**
         * @desc    Gets the current time
         * @desc    Gets the current time since 01/01/2014
         * @return  Timestamp - current time in Epoch format
         * @return  Timestamp - current time since 01/01/2014 in milliseconds
         */
         */
        function f_getCurrentTime() return TimestampIts {
        function f_getCurrentTime() return TimestampIts {
            var TimestampIts v_timeStamp := 0;
            var TimestampIts v_timeStamp := 0;