[This is preliminary documentation and is subject to change.]
The time when the history is recorded
Namespace:
OfficeClip.BusinessLayer.MetabaseAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public DateTime Timestamp { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Timestamp As DateTime |
Visual C++ |
---|
public: property DateTime Timestamp { DateTime get (); void set (DateTime value); } |