JAMS Developer Guide
TimeLimitAbsolute Property


MVPSI.JAMS.Activities Namespace > TimeLimit Class : TimeLimitAbsolute Property
The time of day that the activity must complete by.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Time Limit")>
Public Property TimeLimitAbsolute As TimeOfDay
'Usage
 
Dim instance As TimeLimit
Dim value As TimeOfDay
 
instance.TimeLimitAbsolute = value
 
value = instance.TimeLimitAbsolute
[System.ComponentModel.Category("Time Limit")]
public TimeOfDay TimeLimitAbsolute {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

TimeLimit Class
TimeLimit Members