System.DateTimeExtensions
Namespace: System
Assembly: Wisej.Framework (4.0.0.0)
Extends DateTime with methods to adjust the server-side time to the client's timezone.
In Visual Basic and C#, you can call this method as an instance method on any object of type Object. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Converts the DateTime value to the time zone of the client's browser.
value
Returns: DateTime.
Converts the DateTime value to the time zone of the client's browser.
value
timezoneOffset
The time-zone offset in minutes.
Returns: DateTime.
Converts Now to the client's time zone. Used only internally and only for Now.
value
Returns: DateTime.
The to adjust to the client's time zone.
The to adjust to the client's time zone.