This commit is contained in:
mmrbnjd
2024-11-29 18:52:58 +03:30
parent fc2d774506
commit 384bcbc20f
6 changed files with 43 additions and 25 deletions

View File

@@ -14,7 +14,12 @@ namespace Back.Data.Models
#region autofild
//تاریخ و زمان پرداخت
[MaxLength(13)]
public long? pdt { get { return new DateTimeOffset(PaymentDateTime.Trim().ToMiladi()).ToUnixTimeSeconds(); } }
public long? pdt { get
{
return null;
return new DateTimeOffset(PaymentDateTime.Trim().ToMiladi().Date).ToUnixTimeSeconds();
} }
#endregion
#region fild