[longomatch] Add new constructor for Time with mseconds as arguments



commit 919a28380716555a710973da11cfa4a9f21c17aa
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Mon Feb 6 03:02:51 2012 +0100

    Add new constructor for Time with mseconds as arguments

 LongoMatch.Core/Store/Time.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.Core/Store/Time.cs b/LongoMatch.Core/Store/Time.cs
index 43e9bd7..0dfa21f 100644
--- a/LongoMatch.Core/Store/Time.cs
+++ b/LongoMatch.Core/Store/Time.cs
@@ -36,6 +36,10 @@ namespace LongoMatch.Store
 		#region Constructors
 		public Time() {
 		}
+		
+		public Time(int mSeconds) {
+			MSeconds = mSeconds;
+		}
 		#endregion
 
 		//// <summary>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]