bigloo.foreign.bgl_seconds_to_string C# (CSharp) Method

bgl_seconds_to_string() public static method

public static bgl_seconds_to_string ( long sec ) : byte[]
sec long
return byte[]
        public static byte[] bgl_seconds_to_string( long sec )
        {
            return getbytes( bgl_seconds_to_date( sec ).date_time.ToString() );
        }
foreign