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