[This is preliminary documentation and is subject to change.]
Adds the notes for break time
Namespace:
OfficeClip.DBLayer.TEAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
protected void AddBreakNote( StringBuilder sb, int breakTime, string title ) |
Visual Basic (Declaration) |
---|
Protected Sub AddBreakNote ( _ sb As StringBuilder, _ breakTime As Integer, _ title As String _ ) |
Visual C++ |
---|
protected: void AddBreakNote( StringBuilder^ sb, int breakTime, String^ title ) |
Parameters
- sb
- Type: System.Text..::.StringBuilder
- breakTime
- Type: System..::.Int32
- title
- Type: System..::.String