In This Topic

ModificationTime Property (Annotation)

In This Topic
The date and time, expressed as the Coordinated Universal Time, when the annotation was modified. IE: "29-Mar-11 12:36 PM".
Syntax
'Declaration
 
<DescriptionAttribute("The date and time when the annotation was modified. IE: '29-Mar-11 12:36 PM'")>
Public Property ModificationTime As Date
[Description("The date and time when the annotation was modified. IE: '29-Mar-11 12:36 PM'")]
public DateTime ModificationTime {get; set;}
public read-write property ModificationTime: DateTime; 
DescriptionAttribute("The date and time when the annotation was modified. IE: '29-Mar-11 12:36 PM'")
public function get,set ModificationTime : DateTime
[Description("The date and time when the annotation was modified. IE: '29-Mar-11 12:36 PM'")]
public: __property DateTime get_ModificationTime();
public: __property void set_ModificationTime( 
   DateTime value
);
[Description("The date and time when the annotation was modified. IE: '29-Mar-11 12:36 PM'")]
public:
property DateTime ModificationTime {
   DateTime get();
   void set (    DateTime value);
}
See Also