[]
Converts the value of the utc time to a local time in this time zone.
public DateTime ToLocalTime(DateTime dateTime)
Type | Name | Description |
---|---|---|
DateTime | dateTime | The UTC time to convert. |
Type | Description |
---|---|
DateTime | The local time. |
Type | Condition |
---|---|
ArgumentException | The Kind property of dateTime is Local. |