SharedResourceUnsharedDate Property
The date at which the resource will no longer be shared.
Object Oriented Interface
public function getSharedResourceUnsharedDate(); public function setSharedResourceUnsharedDate($value);
Procedural Interface
incloudstorage_box_get($res, 68 ); incloudstorage_box_set($res, 68, $value );
Default Value
''
Remarks
The date at which the resource will no longer be shared.
This value may optionally be set to specify the day on which the resource will no longer be shared. This setting may only be set if the account is a paid account. Timestamps are rounded off to the provided day.
Dates are formatted as RFC 3399 timestamps. When specifying a date in a request it should be converted to UTC for instance:
2016-04-17T09:12:36-00:00Dates returned in responses may contain an offset. For instance:
2016-03-02T13:40:24-08:00
Data Type
String