ClockOperation Constructor

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.LogicOperations Namespace > ClockOperation Class >

ClockOperation Constructor

Namespace: BNCS.Logic.LogicOperations
Assembly:  BNCS.Logic (in BNCS.Logic.dll)

 

Syntax


public ClockOperation(
 Guid id,
 string name,
 string description,
 uint startTimeSec,
 uint endTimeSec,
 bool monday,
 bool tuesday,
 bool wednesday,
 bool thursday,
 bool friday,
 bool saturday,
 bool sunday
)

Parameters

id

Type: Guid

name

Type: String

description

Type: String

startTimeSec

Type: UInt32

endTimeSec

Type: UInt32

monday

Type: Boolean

tuesday

Type: Boolean

wednesday

Type: Boolean

thursday

Type: Boolean

friday

Type: Boolean

saturday

Type: Boolean

sunday

Type: Boolean

 

See Also


ClockOperation Class

BNCS.Logic.LogicOperations Namespace