CommonDateTimeGetLocalDateTime Method |
| Name | Description | |
|---|---|---|
| GetLocalDateTime(DateTime) |
Be carefull with this routine, it returns a local DateTime which is not legal by convention.
| |
| GetLocalDateTime(DateTime, Int32) |
Converts a utc datetime to a datetime in a specific timezone.
Be carefull with this routine as it returns a DateTime in non-utc time!
| |
| GetLocalDateTime(DateTime, TimeZoneInfo) |
Converts a utc datetime to a datetime in a specific timezone.
Be careful with this routine as it returns a DateTime in non-utc time!
|