Enum BdayItemChoiceEnum
Enumeration for the type of date stored in the Item property of the bday class.
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public enum BdayItemChoiceEnum
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 |