Google Cloud PHP shared dependency, providing functionality useful to all components. Client - Class Duration (1.69.0) Stay organized with collections Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud PHP shared dependency, providing functionality useful to all components. Client class Duration.
Represents a Duration type.
Example:
use Google\Cloud\Core\Duration; $seconds = 100; $nanoSeconds = 1000; $duration = new Duration($seconds, $nanoSeconds);
// Duration objects can be cast to json-encoded strings. echo (string) $duration;
Namespace
Google \ Cloud \ Core
Methods
__construct
Parameters
Name
Description
seconds
int
The number of seconds in the duration.
nanos
int
[optional] The number of nanoseconds in the duration.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-12-06 UTC."],[],[]]