JAMS Developer Guide
TodaysDate Property (Entry)


MVPSI.JAMS Namespace > Entry Class : TodaysDate Property
Gets the TodaysDate property. This is used as an anchor to translate english-language date specifications into DateTime values.
Syntax
'Declaration
 
<System.Runtime.Serialization.DataMemberAttribute()>
<System.ComponentModel.DescriptionAttribute("The date that is considered "today" when evaluating natural language date specifications")>
Public Property TodaysDate As System.Date
'Usage
 
Dim instance As Entry
Dim value As System.Date
 
instance.TodaysDate = value
 
value = instance.TodaysDate
[System.Runtime.Serialization.DataMember()]
[System.ComponentModel.Description("The date that is considered "today" when evaluating natural language date specifications")]
public System.DateTime TodaysDate {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

Entry Class
Entry Members