Gi Guys,
I want to set Null Output parameter for date timem parameter.
[Output("NextAnniversaryDate")]
public OutArgument<DateTime?> NextAnniversaryDate { get; set; } is not working.
*This post is locked for comments
Gi Guys,
I want to set Null Output parameter for date timem parameter.
[Output("NextAnniversaryDate")]
public OutArgument<DateTime?> NextAnniversaryDate { get; set; } is not working.
*This post is locked for comments
DateTime nextAnniversaryDate = ?//Date NextAnniversaryDate.Set(executionContext, nextAnniversaryDate);
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156