 | ConstituentPanelIsBirthDate Method |
Check the Birth Date of the constituent.
Namespace: Blackbaud.UAT.Core.Crm.PanelsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static bool IsBirthDate(
string birthDate
)
Public Shared Function IsBirthDate (
birthDate As String
) As Boolean
public:
static bool IsBirthDate(
String^ birthDate
)
Parameters
- birthDate
- Type: SystemString
The birth date value to check for.
Return Value
Type:
BooleanTrue if the provided value is the constituent's birth date, false otherwise.
See Also