JAMS Developer Guide
TodayDate Property


MVPSI.JAMS.Activities Namespace > SetToday Class : TodayDate Property
The date which represents "Today" in the Workflow's execution context.
Syntax
'Declaration
 
<System.Activities.RequiredArgumentAttribute()>
<System.ComponentModel.DescriptionAttribute("The date which represents "Today" in the Workflow's execution context.")>
<System.ComponentModel.CategoryAttribute("JAMS")>
Public Property TodayDate As System.Activities.InArgument(Of Date)
'Usage
 
Dim instance As SetToday
Dim value As System.Activities.InArgument(Of Date)
 
instance.TodayDate = value
 
value = instance.TodayDate
[System.Activities.RequiredArgument()]
[System.ComponentModel.Description("The date which represents "Today" in the Workflow's execution context.")]
[System.ComponentModel.Category("JAMS")]
public System.Activities.InArgument<DateTime> TodayDate {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

SetToday Class
SetToday Members