 |
DetailV1ReminderTime Property |
Reminder Time
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> ReminderTime { get; set; }
Public Property ReminderTime As Nullable(Of DateTime)
Get
Set
Dim instance As DetailV1
Dim value As Nullable(Of DateTime)
value = instance.ReminderTime
instance.ReminderTime = value
Property Value
Type:
NullableDateTime
ReminderTime As Date?.
Remarks Note |
---|
|
See Also