ResourceModifiedDate Property
The date when the item was modified.
Object Oriented Interface
public function getResourceModifiedDate();
Procedural Interface
incloudstorage_onedrive_get($res, 49 );
Default Value
''
Remarks
This property holds the datetime on which the item was modified.
The format is ISO 8601 and is always in UTC time. For instance midnight UTC on Jan 1, 2014 would be "2014-01-01T00:00:00Z".
This property is read-only and not available at design time.
Data Type
String