SOLIDWORKS PDM Professional API Help Send Feedback
Time Property (IEdmRevision5)
See Also 
EPDM.Interop.epdm Namespace > IEdmRevision5 Interface : Time Property (IEdmRevision5)


Gets the creation date and time of this revision.

Syntax

Visual Basic 
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