This documentation is archived and is not being maintained.
CustomTimeZone::ToLocalTime Method
Visual Studio 2013
Returns the local time that corresponds to a specified date and time value.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Parameters
- time
- Type: System::DateTime
A Coordinated Universal Time (UTC) time.
Return Value
Type: System::DateTimeA DateTime object whose value is the local time that corresponds to time.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: