DateTime.from_unix_epoch_local_time_usecs
Description:
[ CCode ( has_construct_function = false ) ]
[ Version ( since = "1.18" ) ]
public DateTime.from_unix_epoch_local_time_usecs (int64 usecs)
Creates a new DateTime using the time since Jan 1, 1970 specified by usecs
.
The DateTime is in the local timezone.
Parameters:
usecs |
microseconds from the Unix epoch
|
Returns:
a newly created DateTime, or null on error.
|