1
Answer

Bootstrap .NET 3.5 Framework

Travis

Travis

16y
5.6k
1
I have a winforms deployment project and am trying to find a way to bootstrap the .NET 3.5 framework in an instance where a user may not have this on their client machine.  I have read that you can do this, but have yet to find a good example.  Does anyone have an example of how to do this?  Do I need to do clickonce to do this?  Please let me know!
Answers (1)
0
Kunal Vaishya

Kunal Vaishya

NA 4.1k 266.1k 12y
Dear try this


Select UserCode,
Cast((DateDiff(mi,Starttime,EndTime) / 60) As Varchar(8)) + ':' +
Cast((DateDiff(mi,Starttime,EndTime) % 60) As Varchar(2)),Starttime As [In Time],EndTime  As [Out Time ]From tblLogIn




Accepted
0
Senthilkumar

Senthilkumar

NA 15.2k 2.4m 12y
Hi,

Note that when you use the HH will give the date difference in hours. But it needs something like entire different between two dates.

I think get the seconds or minutes and find the differences, so you can calculate the actual time different by diving the minutes.


0
Gohil Jayendrasinh

Gohil Jayendrasinh

NA 5k 2.8m 12y
Hi
use datediff like

select


sum(Datediff(hour,StartingDate,EndingDate)) from ItemDiscount