Read-only |
About Cal Sets |
Description |
Returns the time stamp of the last modification to this Cal Set. The time is returned in the local time zone setting of the VNA. |
VB Syntax |
value = Object.LastModified |
Variable |
(Type) - Description |
object |
Channel (object) or CalSet (object) - Read-only property |
value |
(Variant) – Variable to store the time stamp. |
Return Type |
Variant |
Default |
Not Applicable |
Examples |
date = CalSet.LastModified 'Read |
C++ Syntax |
HRESULT get_LastModified(VARIANT* datetime) |
Interface |
ICalSet3 |