WorkZoneTurnKickOffOnDays Property |
Bitmask indicating on which weekdays turns and work template WOs can be scheduled to start.
Each bit matches one weekday. Bit 0x01 is Sunday, 0x02 is Monday, 0x04 is Tuesday and so forth.
Zero value (no days selected) is allowed; in this case application behavior is the same as if all days are selected.
Namespace: CorrigoService.EntitiesAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic byte TurnKickOffOnDays { get; set; }
Property Value
Type:
Byte
See Also