C# Class Amazon.AWSHealth.Model.DateTimeRange

The date and time range for the timestamp field. If "from" is set and "to" is set: match records where the timestmp between "from" and "to" inclusive. If "from" is set and "to" is not set: match records which the timestamp value after is equal or after "from". If "from" is not set and "to" is set: match records where the timestamp value is equal or before "to".
显示文件 Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetFrom ( ) : bool
IsSetTo ( ) : bool