Enum AnniversaryItemChoiceEnum
Enumeration for the type of date stored in the Item property of the anniversary class.
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public enum AnniversaryItemChoiceEnum
  Fields
| Name | Description | 
|---|---|
| date | The item is a date  | 
      
| datetime | The item contains a date and time value  | 
      
| text | The item contains a string that may be a partial date  | 
      
| time | The item contains a time that may be a partial time  | 
      
| valuedateandortime | The item contains a string the may contain a date and/or a time  |