// コンストラクタ public TfTime() { TfSQL tf = new TfSQL(); string sql = "select current_timestamp"; serverTime = tf.sqlExecuteScalarDateTime(sql); }