MiscEntryRoundDate Property |
Transaction's rounded date
Namespace: AMG.API.TimecardAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public Nullable<DateTime> RoundDate { get; set; }
Public Property RoundDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> RoundDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member RoundDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeSee Also