Class DateTimeInfo
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
Value
Gets DateTime value available from the Tile.
public DateTime Value { get; }