Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / DateStorageFormat Enumeration

In This Topic
    DateStorageFormat Enumeration
    In This Topic
    Specifies the date translation which shall be applied to the date content control.
    Syntax
    'Declaration
     
    Public Enum DateStorageFormat 
       Inherits System.Enum
    public enum DateStorageFormat : System.Enum 
    Members
    MemberDescription
    Date Specifies to store or retrieve the date value for a date content control as a date in the standard XML Schema DateTime format.
    DateTime Specifies to store or retrieve the date value for a date content control as a time in the standard XML Schema DateTime format.
    Text Specifies to store or retrieve the date value for a date content control as text.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.DateStorageFormat

    See Also