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