Logbook |
[SerializableAttribute] public class LogbookSearchParameters
The LogbookSearchParameters type exposes the following members.
| Name | Description | |
|---|---|---|
| LogbookSearchParameters | Default constructor |
| Name | Description | |
|---|---|---|
| EndTimeUtc | If this property is not null, only events with an event time less than or equal to the specified time are searched. | |
| IncludeLocalTime | If this property is set to true, the export will contain additional date and time values in local format. Otherwise the export will contain date and time values in UTC format only. | |
| StartTimeUtc | If this property is not null, only events with an event time greater than or equal to the specified time are searched. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |