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