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
Post a Comment