Table of Contents

Class DateTimeInfo

Namespace
Iot.Device.Swarm
Assembly
Iot.Device.Swarm.dll

DateTime information from the Tile.

public class DateTimeInfo
Inheritance
DateTimeInfo

Constructors

DateTimeInfo()

public DateTimeInfo()

Properties

IsValid

Gets a value indicating whether the available Value is valid.

public bool IsValid { get; }

Property Value

bool

Value

Gets DateTime value available from the Tile.

public DateTime Value { get; }

Property Value

DateTime