I’m looking forward to translate a Java Library to Xojo. Is “map<>” the same like “Pair” or is it a “Dictionary” (i think “List” ist the same like Dictionary).
And, how to translate this into Xojo?
TimeZone tz = TimeZone.getDefault();
Calendar cal = GregorianCalendar.getInstance(tz);
int offsetInMillis = tz.getOffset(cal.getTimeInMillis());
I’m looking forward to translate a Java Library to Xojo. Is “map<>” the same like “Pair” or is it a “Dictionary” (i think “List” ist the same like Dictionary).
And, how to translate this into Xojo?
TimeZone tz = TimeZone.getDefault();
Calendar cal = GregorianCalendar.getInstance(tz);
int offsetInMillis = tz.getOffset(cal.getTimeInMillis());