Example #1
0
 public void Set(Name name, Datetime elementValue)
 {
     this.Set(name.ToString(), elementValue);
 }
Example #2
0
 public virtual void Set(string name, Datetime elementValue)
 {
     throw new NotImplementedException("BEmu.Request.Set: Datetime is not implemented");
 }
Example #3
0
 public Datetime(Datetime other)
 {
     this._instance = other._instance;
     this._dateTimeType = other._dateTimeType;
 }
Example #4
0
 public Datetime(Datetime other)
 {
     this._instance     = other._instance;
     this._dateTimeType = other._dateTimeType;
 }
Example #5
0
 public virtual void Set(string name, Datetime elementValue)
 {
     throw new NotImplementedException("BEmu.Request.Set: Datetime is not implemented");
 }
Example #6
0
 public void Set(Name name, Datetime elementValue)
 {
     this.Set(name.ToString(), elementValue);
 }