コード例 #1
0
ファイル: VufindIndexUpdater.cs プロジェクト: infra-hdc/LIBFL
        public void SetLastIncrementDate(string fund)
        {
            BJDatabaseWrapper db = new BJDatabaseWrapper(fund);

            db.SetLastIncrementDate(DateTime.Now.AddHours(-1));
        }