bigloo.foreign.c_date C# (CSharp) Method

c_date() public static method

public static c_date ( ) : byte[]
return byte[]
        public static byte[] c_date()
        {
            return getbytes( DateTime.Now.ToString() );
        }
foreign