new variable in Match. DateTime String.
This commit is contained in:
parent
c54c61c4d9
commit
8f3d764114
@ -171,7 +171,8 @@ namespace OWTrack
|
|||||||
StartSR = tr.startSR,
|
StartSR = tr.startSR,
|
||||||
newSR = tr.newSR,
|
newSR = tr.newSR,
|
||||||
ChangeInSR = tr.srDiff(),
|
ChangeInSR = tr.srDiff(),
|
||||||
dateTime = DateTime.Now.Date
|
dateTime = DateTime.Now.Date,
|
||||||
|
DateTimeSting = DateTime.Now.ToString("hh:mm tt")
|
||||||
};
|
};
|
||||||
tr.GetCurrentSession().AddMatch(match);
|
tr.GetCurrentSession().AddMatch(match);
|
||||||
}
|
}
|
||||||
|
@ -213,6 +213,7 @@ namespace OWTrack
|
|||||||
{
|
{
|
||||||
public Match() { }
|
public Match() { }
|
||||||
public DateTime dateTime { get; set; }
|
public DateTime dateTime { get; set; }
|
||||||
|
public string DateTimeSting;
|
||||||
public int StartSR;
|
public int StartSR;
|
||||||
public int LastMatchSR;
|
public int LastMatchSR;
|
||||||
public int newSR;
|
public int newSR;
|
||||||
|
Loading…
Reference in New Issue
Block a user