
my pxselector like this:
[PXSelector(typeof (Search<ARDeliveryHeader.refNbr>), new System.Type[] {typeof (ARDeliveryHeader.timeDeliver), typeof (ARDeliveryHeader.stauts), typeof (ARDeliveryHeader.deliver)})]
and data access class like this
[PXDBTime(DisplayMask = "t", UseTimeZone = false)]
[PXUIField(DisplayName = "Time Deliver")]
public DateTime? TimeDeliver { get; set; }