C# Class Integreat.Shared.Models.Event

Show file Open project: Integreat/app-cross_platform Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Event ( ) : System
Event ( int id, long startTime, long endTime, bool allDay ) : System

Method Details

Event() public method

public Event ( ) : System
return System

Event() public method

public Event ( int id, long startTime, long endTime, bool allDay ) : System
id int
startTime long
endTime long
allDay bool
return System