In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations.Annotation / CreationTime Property

CreationTime Property (Annotation)

In This Topic
Syntax
'Declaration

 

<DescriptionAttribute("The date and time when the annotation was created. IE: '29-Mar-11 12:36 PM'")>

Public Property CreationTime As Date
[Description("The date and time when the annotation was created. IE: '29-Mar-11 12:36 PM'")]

public DateTime CreationTime {get; set;}
public read-write property CreationTime: DateTime; 
DescriptionAttribute("The date and time when the annotation was created. IE: '29-Mar-11 12:36 PM'")

public function get,set CreationTime : DateTime
[Description("The date and time when the annotation was created. IE: '29-Mar-11 12:36 PM'")]

public: __property DateTime get_CreationTime();

public: __property void set_CreationTime( 

   DateTime value

);
[Description("The date and time when the annotation was created. IE: '29-Mar-11 12:36 PM'")]

public:

property DateTime CreationTime {

   DateTime get();

   void set (    DateTime value);

}
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations.Annotation
Annotation Members