WorkScheduleNumberOfDays Property |
Number of days in a recurring period. Valid only when Recurrence_Type=D.
Namespace:
Aloe.EnterpriseOne.Model.General.Resources
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<short> NumberOfDays { get; set; }
Public Property NumberOfDays As Nullable(Of Short)
Get
Set
public:
property Nullable<short>^ NumberOfDays {
Nullable<short>^ get ();
void set (Nullable<short>^ value);
}
member NumberOfDays : Nullable<int16> with get, set
Property Value
Type:
NullableInt16
See Also