If IsXMasDay(System.DateTime.Today) Then
MessageBox.Show("Merry Christmas")
End If
If (IsXMasDay(System.DateTime.Today)){
MessageBox.Show("Merry Christmas");
}
This posting is provided "AS IS" with no warranties, and confers no rights.