Example #1
0
        public virtual UInt64 CurrentPgUID()
        {
            UInt64 key = Create64PgKey();

            return((UInt64)(PgStartTime.Ticks) & 0xFFFFFF0000000000 //分解能約1日
                   | ((UInt32)CommonManager.Create16Key(key >> 16)) << 16 | (UInt16)key);
        }