Class RVDateFormattingSpec

The class representing the formatting options used for Date, Time and DateTime dashboard data.

Inheritance
System.Object
RVDateFormattingSpec
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Reveal.Sdk
Assembly: Reveal.UI.Sdk.dll
Syntax
public class RVDateFormattingSpec : RVFormattingSpec

Constructors

RVDateFormattingSpec()

Initializes a new instance of the RVDateFormattingSpec class.

Declaration
public RVDateFormattingSpec()

RVDateFormattingSpec(RVDateFormattingSpec)

Initializes a new instance of the RVDateFormattingSpec class from other instance.

Declaration
public RVDateFormattingSpec(RVDateFormattingSpec other)
Parameters
Type Name Description
RVDateFormattingSpec other

The instance of type RVDateFormattingSpec to be copied.

Properties

DateFormat

The format that will be used for DateTime data.

Declaration
public string DateFormat { get; set; }
Property Value
Type Description
System.String