TimeSpan Class
For example, between 2021-05-25T13:00:00Z and 2021-05-25T14:00:00Z.
- Inheritance
-
azure.mgmt.containerservice._serialization.ModelTimeSpan
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. |