C# Class CalendarAggregator.Calinfo

Show file Open project: judell/elmcity Class Usage Examples

Public Properties

Property Type Description
show_eventbrite_badge bool
show_eventful_badge bool
show_facebook_badge bool
show_meetup_badge bool
timestamp System.DateTime

Public Methods

Method Description
Calinfo ( TimeZoneInfo tzinfo ) : System
Calinfo ( string id ) : System

Private Methods

Method Description
SetShowBadgesForHub ( ) : void
SetShowBadgesForRegion ( ) : void

Method Details

Calinfo() public method

public Calinfo ( TimeZoneInfo tzinfo ) : System
tzinfo System.TimeZoneInfo
return System

Calinfo() public method

public Calinfo ( string id ) : System
id string
return System

Property Details

show_eventbrite_badge public property

public bool show_eventbrite_badge
return bool

show_eventful_badge public property

public bool show_eventful_badge
return bool

show_facebook_badge public property

public bool show_facebook_badge
return bool

show_meetup_badge public property

public bool show_meetup_badge
return bool

timestamp public property

public DateTime,System timestamp
return System.DateTime