ExpiringCollectionTItemCollectionItemTTimestamp Property |
Gets or sets the timestamp associated with the item.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DateTime Timestamp { get; set; }
Public Property Timestamp As DateTime
Get
Set
public:
property DateTime Timestamp {
DateTime get ();
void set (DateTime value);
}
member Timestamp : DateTime with get, set
Property Value
Type:
DateTimeSee Also