C# Класс 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".
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
IsSetFrom ( ) : bool
IsSetTo ( ) : bool