Read-only
About Cal Sets

LastModified Property


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 PNA.  

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


Last Modified:

13-May-2013

Removed GMT note

25-Apr-2007

Added GMT note