S Scott Allen May 3, 2005 #2 Hi Vinay: Are you asking for a definition of the Interval property? http://msdn.microsoft.com/library/d.../frlrfsystemtimerstimerclassintervaltopic.asp
Hi Vinay: Are you asking for a definition of the Interval property? http://msdn.microsoft.com/library/d.../frlrfsystemtimerstimerclassintervaltopic.asp
V Vinay May 3, 2005 #3 Scott I want to calculate the Interval Value for different Scenarios Ex : 1 hr, 1 Day, 1 week, 1 Month How much Interval value should i set for the above examples??
Scott I want to calculate the Interval Value for different Scenarios Ex : 1 hr, 1 Day, 1 week, 1 Month How much Interval value should i set for the above examples??
S Scott Allen May 3, 2005 #4 Look at the TimeSpan class, Vinay. There are static methods to create a TimeSpan out of an interval (FromDays, FromHours), and a Milliseconds property to get how many ms the interval represents.
Look at the TimeSpan class, Vinay. There are static methods to create a TimeSpan out of an interval (FromDays, FromHours), and a Milliseconds property to get how many ms the interval represents.