JAMS Developer Guide
LastAutoAction Property


MVPSI.JAMS Namespace > NamedTime Class : LastAutoAction Property
Gets the last time that this Named Time was automatically enabled or disabled.
Syntax
'Declaration
 
<System.ComponentModel.ReadOnlyAttribute(True)>
Public Property LastAutoAction As System.Date
'Usage
 
Dim instance As NamedTime
Dim value As System.Date
 
instance.LastAutoAction = value
 
value = instance.LastAutoAction
[System.ComponentModel.ReadOnly(true)]
public System.DateTime LastAutoAction {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NamedTime Class
NamedTime Members