 |
DetailV1ReminderDate Property |
Reminder Date
Created in Epic SDK V4.1.
Namespace:
ASI.TAM.API.Data.UI.Activity
Assembly:
ASI.TAM.API.Data.UI.Activity (in ASI.TAM.API.Data.UI.Activity.dll) Version: 2021.1.0.1
Syntaxpublic Nullable<DateTime> ReminderDate { get; set; }
Public Property ReminderDate As Nullable(Of DateTime)
Get
Set
Dim instance As DetailV1
Dim value As Nullable(Of DateTime)
value = instance.ReminderDate
instance.ReminderDate = value
Property Value
Type:
NullableDateTime
ReminderDate As Date?.
Remarks Note |
---|
|
See Also