79730336

Date: 2025-08-09 00:17:50
Score: 0.5
Natty:
Report link

I also tried this, but without success.

[PXDBDateAndTime(UseTimeZone = true, PreserveTime = true, DisplayNameDate = "Scheduled Start Date", DisplayNameTime = "Scheduled Start Time")]
[PXDateTimeSelector(Interval = 15)]
[PXDefault]
[PXUIField(DisplayName = "Scheduled Start Date", Visibility = PXUIVisibility.SelectorVisible)]
public virtual DateTime? ScheduledDateTimeBegin
{
    get
    {
        return this._ScheduledDateTimeBegin;
    }

    set
    {
        this.ScheduledDateTimeBeginUTC = value;
        this._ScheduledDateTimeBegin = value;
    }
}
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Marco A.