2024-01-18 18:10:27 +01:00

15 lines
470 B
VB.net

Public Class EventEntry
Public Property StartDate As Date = New Date(1900, 1, 1)
Public Property EndDate As Date = New Date(1900, 1, 1)
Public Property AllDay As Boolean
Public Property Category As String
Public Property Subject As String
Public Property Location As String
Public Property Status As String
Public Property IsInvalid As Boolean
Public Property Exclude As Boolean
Public Property RowIndex As Integer
End Class