Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
ICalendarEvent CreateCalendarEvent( string name, string description, IAsset Image, Nullable<DateTime> StartDate, Nullable<DateTime> EndDate, Nullable<TimeSpan> StartTime, Nullable<TimeSpan> EndTime, string Location, IEntity parentEntity ) |
Visual Basic |
---|
Function CreateCalendarEvent ( _ name As String, _ description As String, _ Image As IAsset, _ StartDate As Nullable(Of DateTime), _ EndDate As Nullable(Of DateTime), _ StartTime As Nullable(Of TimeSpan), _ EndTime As Nullable(Of TimeSpan), _ Location As String, _ parentEntity As IEntity _ ) As ICalendarEvent |
Visual C++ |
---|
ICalendarEvent^ CreateCalendarEvent( String^ name, String^ description, IAsset^ Image, Nullable<DateTime> StartDate, Nullable<DateTime> EndDate, Nullable<TimeSpan> StartTime, Nullable<TimeSpan> EndTime, String^ Location, IEntity^ parentEntity ) |
Parameters
- name
- Type: System..::..String
- description
- Type: System..::..String
- Image
- Type: Cartella.Interfaces..::..IAsset
- StartDate
- Type: System..::..Nullable<(Of <(<'DateTime>)>)>
- EndDate
- Type: System..::..Nullable<(Of <(<'DateTime>)>)>
- StartTime
- Type: System..::..Nullable<(Of <(<'TimeSpan>)>)>
- EndTime
- Type: System..::..Nullable<(Of <(<'TimeSpan>)>)>
- Location
- Type: System..::..String
- parentEntity
- Type: Cartella.Interfaces..::..IEntity