Gets the date and time of the note associated with this document.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property DateTime As String |
| Visual Basic (Usage) | |
|---|
Dim instance As IPDMWDocumentNote
Dim value As String
instance.DateTime = value
value = instance.DateTime
|
| C# | |
|---|
string DateTime {get; set;} |
| C++/CLI | |
|---|
property String^ DateTime {
String^ get();
void set (String^ value);
} |
Return Value
Date and time of the note associated with this document
See Also
Availability
SolidWorks Workgroup PDM 2003 FCS