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