In This Topic
Gets or sets the modified time.
Syntax
'Declaration
Public Property Modified As System.Date
'Usage
Dim instance As Workbook
Dim value As System.Date
instance.Modified = value
value = instance.Modified
public System.DateTime Modified {get; set;}
public read-write property Modified: System.DateTime;
public function get,set Modified : System.DateTime
public: __property System.DateTime get_Modified();
public: __property void set_Modified(
System.DateTime value
);
public:
property System.DateTime Modified {
System.DateTime get();
void set ( System.DateTime value);
}
See Also