Creates an absl::Time from an ICU UDate value.

Synopsis

Declared in <absl/time/time.h>

Time
FromUDate(double udate);

Return Value

The corresponding time.

Parameters

Name

Description

udate

The UDate (milliseconds since the Unix epoch) to convert.

Created with MrDocs