vb.net - Snapshot of the current time -


displaying time simple. trying take snapshot of current time , display in label later can take length between start , end call. instance

12:23 12:43 = 00:20 length.

put in initization of form (load event)

label1.text = 

that sort of sloppy though, better off put in date variable in forms member variable (global) area

public starttime date =  public readonly property elapsed timespan             return - starttime     end end property 

this real question eh?


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -