adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / DateTimeHandling Class / ShortDateTime Method


In This Topic
    ShortDateTime Method
    In This Topic
    Returns the date and time in the short format for the locale
    Syntax
    'Declaration
     
    
    <PureAttribute()>
    Public Shared Function ShortDateTime( _
       ByVal val As Nullable(Of Date) _
    ) As String
    [Pure()]
    public static string ShortDateTime( 
       Nullable<DateTime> val
    )
    [Pure()]
    public:
    static String^ ShortDateTime( 
       Nullable<DateTime> val
    ) 

    Parameters

    val
    See Also