Converts the value of the utc time to a local time in this time zone.
Namespace:
C1.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public DateTime ToLocalTime( DateTime utc ) |
Visual Basic (Declaration) |
---|
Public Function ToLocalTime ( _ utc As DateTime _ ) As DateTime |
Parameters
- utc
- Type: System..::..DateTime
The UTC time to convert.