TimeSpan Class

The time span with start and end properties.

Inheritance
azure.mgmt.containerservice._serialization.Model
TimeSpan

Constructor

TimeSpan(*, start: datetime | None = None, end: datetime | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
start

The start of a time span.

end

The end of a time span.

Variables

Name Description
start

The start of a time span.

end

The end of a time span.