TimeZoneInformation.Bias Field
Specifies the current bias for local time translation on this operating system, in minutes.
Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.Native (in microsoft.spot.native.dll)
Syntax
public TimeZoneInformation Bias
Remarks
The bias is the difference, in minutes, between Coordinated Universal Time (UTC) and local time. All translations between UTC and local time are based on the following formula:
UTC = local time + bias
Version Information
Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, 4.1, and 4.2.
See Also
Reference
TimeZoneInformation Class
TimeZoneInformation Members
Microsoft.SPOT Namespace