public void Set(Name name, Datetime elementValue) { this.Set(name.ToString(), elementValue); }
public virtual void Set(string name, Datetime elementValue) { throw new NotImplementedException("BEmu.Request.Set: Datetime is not implemented"); }
public Datetime(Datetime other) { this._instance = other._instance; this._dateTimeType = other._dateTimeType; }