adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / CustomProperty Class / DateTimeValue Property

In This Topic
    DateTimeValue Property (CustomProperty)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property DateTimeValue As Nullable(Of Date)
    public Nullable<DateTime> DateTimeValue {get; set;}
    See Also