|
|
|
|
|
DateTimeTimeZoneToLocal (Function) In french: DateHeureFuseauVersLocale Converts a date and time from a particular time zone to a local date and time.
dtLocal is DateTime = Now() dtParis is DateTime = DateTimeTimeZoneToLocal(dtLocal, "Europe/Paris")
Syntax
<Result> = DateTimeTimeZoneToLocal(<DateTime> , <Time zone>)
<Result>: Character string Local date and time in "YYYYMMDDHHmmSSCCC" format. <DateTime>: DateTime or character string in "YYYYMMDDHHmmSSCCC" format Date and time from the <Time zone> to convert. <Time zone>: Character string Name of the time zone in the "tz" database (or Olson database) that corresponds to the date and time passed as parameters. This name must correspond to the full name of the time zone defined by the IANA Time Zone Database. For example: "Europe/Paris", "Europe/London", "America/New_York", etc.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|