Question:You create the following variable in your code:
Dim dateValue As DateTime
You additionally write code to store time in the local time to the dateValue variable. You are required to
serialize the value of the dateValue variable, if you serialize the DateTime object in one time zone and
deserialized in a different time zone, the local time represented as a result should be automatically
adjusted to the second time zone. You are to decide which expression to use. What should you do? -(VB.NET) 

A The dateValue.ToString("yyyy-MM-ddTHH:mm:ss.fffffff",CultureInfo.InvariantCulture) 

B The dateValue.ToBinary() expression should be used 

C The dateValue.Kind expression should be used 

D The dateValue.Ticks expression should be used 

+ Answer
+ Report
Total Preview: 1376

Copyright © 2024. Powered by Intellect Software Ltd