SIL.FieldWorks.CacheLight.RealDataCache.get_TimeProp C# (CSharp) Method

get_TimeProp() public method

Member get_TimeProp
ISilDataAccess method
public get_TimeProp ( int hvo, int tag ) : long
hvo int hvo
tag int tag
return long
		public long get_TimeProp(int hvo, int tag)
		{
			CheckDisposed();

			return GetFromLongCache(hvo, tag);
		}