ComponentOne Scheduler for WPF and Silverlight
ToLocalTime Method

C1.C1Schedule Namespace > TimeZoneInfo Class : ToLocalTime Method
The UTC time to convert.
Converts the value of the utc time to a local time in this time zone.
Syntax
'Declaration
 
Public Function ToLocalTime( _
   ByVal utc As System.Date _
) As System.Date
public System.DateTime ToLocalTime( 
   System.DateTime utc
)

Parameters

utc
The UTC time to convert.

Return Value

The local time.
See Also

Reference

TimeZoneInfo Class
TimeZoneInfo Members