Property | Type | Description | |
---|---|---|---|
EventDate | System.DateTime | ||
EventName | string |
Method | Description | |
---|---|---|
CompareEventStructsByDate ( EventStruct a, EventStruct b ) : int | ||
EventStruct ( string name, System.DateTime date ) : System |
public static CompareEventStructsByDate ( EventStruct a, EventStruct b ) : int | ||
a | EventStruct | |
b | EventStruct | |
return | int |
public EventStruct ( string name, System.DateTime date ) : System | ||
name | string | |
date | System.DateTime | |
return | System |