Wombat.MamaMsg.tryVectorDateTime C# (CSharp) Method

tryVectorDateTime() public method

Try to get a vector of timestamps.
public tryVectorDateTime ( Wombat.MamaFieldDescriptor descriptor, System.DateTime &result ) : bool
descriptor Wombat.MamaFieldDescriptor
result System.DateTime
return bool
        public bool tryVectorDateTime(
			MamaFieldDescriptor descriptor, 
			ref DateTime[] result)
        {
            return tryVectorDateTime (null, (ushort)descriptor.getFid(), ref result);
        }

Same methods

MamaMsg::tryVectorDateTime ( string name, ushort fid, System.DateTime &result ) : bool
MamaMsg