Time.from_timet_with_zone
Description:
[ CCode ( has_construct_function = false ) ]
[ Version ( since = "1.0" ) ]
public Time.from_timet_with_zone (long v, int is_date, Timezone? zone)
[ Version ( since = "1.0" ) ]
public Time.from_timet_with_zone (long v, int is_date, Timezone? zone)
Converts seconds past UNIX epoch to a timetype, using timezones.
Parameters:
v |
The seconds past since epoch time |
is_date |
Whether it is a date type, 1 if yes, 0 if not |
zone |
The timezone, or null |
Returns:
The newly created Time |