Duration
extends Type
in package
Represents a time span.
Table of Contents
Properties
- $EndTime : string
- Represents the end of the time span.
- $StartTime : string
- Represents the start of the time span.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$EndTime
Represents the end of the time span.
public
string
$EndTime
Tags
$StartTime
Represents the start of the time span.
public
string
$StartTime
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed