Converts an absl::Time to an ICU UDate value.
Synopsis
Declared in <absl/time/time.h>
double
ToUDate(Time t);
Return Value
The corresponding UDate value.
Parameters
Name |
Description |
t |
The time to convert. |
Created with MrDocs