End Property (ForceHoliday)
Gets or sets the end forced holiday.
'Declaration
Public Property End As Date
'Usage
Dim instance As ForceHoliday
Dim value As Date
instance.End = value
value = instance.End
Property Value
A
System.DateTime value that indicates the date that represents the forced holiday end date.