...
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user