SIL.FieldWorks.Common.RootSites.CollectorEnv.AddGenDateProp C# (CSharp) Method

AddGenDateProp() public method

No easy way to implement this, it depends on a StrUni format method.
public AddGenDateProp ( int tag ) : void
tag int tag
return void
		public virtual void AddGenDateProp(int tag)
		{
			// TODO: If we ever implement this, we need to do the following:
			//IncrementPropCount(tag);
			throw new NotImplementedException("AddGenDateProp not implemented for CollectorEnv");
		}