Time Property (IEdmRevision5)
Gets the creation date and time of this revision.
Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property Time As System.Object |
C# | |
---|
System.object Time {get;} |
C++/CLI | |
---|
property System.Object^ Time {
System.Object^ get();
} |
Property Value
Creation date and time
See Also