PictureDetailLastModifiedTime Property |
Gets or sets the last modified time of the picture's file.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DateTime LastModifiedTime { get; set; }
Public Property LastModifiedTime As DateTime
Get
Set
public:
property DateTime LastModifiedTime {
DateTime get ();
void set (DateTime value);
}
member LastModifiedTime : DateTime with get, set
Property Value
Type:
DateTimeSee Also