Esempio n. 1
0
        // from rowKey
        ///
        public long GetTicks()
        {
            var  time  = TableScheme.Get1stTerm(this.RowKey);
            long ticks = long.Parse(time, CultureInfo.InvariantCulture);

            return(ticks);
        }