FormatDateTimeWithTimeZone

Used to convert a DateTime to a formatted string using a specified Time Zone.

Table 1. Input Properties
Property Type Description
DateTime DateTime DateTime to be converted
Pattern String The pattern syntax. (mostly compatible with java.text.SimpleDateFormat)
TimeZone String Sources for Time Zone and Daylight Saving Time Data come from the public domain tz database; this is also referred to as the Olson database.
  • If both properties are equal, then returns boolean of false.
  • If both properties are null, then returns boolean of false.
  • If only one property is null, then returns a boolean of true.