Gets the date in string format that this document was last saved.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property LastSavedDate As System.String |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMDocument
Dim value As System.String
value = instance.LastSavedDate |
C# | |
---|
System.string LastSavedDate {get;} |
C++/CLI | |
---|
property System.String^ LastSavedDate {
System.String^ get();
} |
Property Value
Date in string format that this document was last saved
Example
Remarks
See Also
Availability
SOLIDWORKS Document Manager API 2004 FCS