Esempio n. 1
0
        // コンストラクタ
        public TfTime()
        {
            TfSQL  tf  = new TfSQL();
            string sql = "select current_timestamp";

            serverTime = tf.sqlExecuteScalarDateTime(sql);
        }