.net - timespan and UTC -


I have a time-bound variable, which has time in the local time zone but for me to have a database (time of cold type) UT must do C . How do I do this? Apart from this, I need local time for UTC to populate the TimePen Variables on Page Laud. Thanks!

I think I will load TimeSpain in Datetime, then the Universal Time Date Time and it will be back again. Convert From

  var dt = new date time (Timespace Ticks); Var utc = dt.ToUniversalTime ();  

Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -