MiscEntryOTLevel Property |
Overtime level
enum En_OtLevel { REG = 1, OT1 = 2, OT2 = 3, OT3 = 4 }
Namespace: AMG.API.TimecardAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public Nullable<int> OTLevel { get; set; }
Public Property OTLevel As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> OTLevel {
Nullable<int> get ();
void set (Nullable<int> value);
}
member OTLevel : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also