[This is preliminary documentation and is subject to change.]
            // Fall Day, Constants.NotAvailable denotes null in database, , legal values are 0(Sunday) - 6(Saturday).
            
    Namespace: 
   OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public int FlDay { get; set; }  | 
| Visual Basic (Declaration) | 
|---|
Public Property FlDay As Integer  | 
| Visual C++ | 
|---|
public: property int FlDay { int get (); void set (int value); }  | 
