adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / DateTimeHandling Class / TimeValue Method / TimeValue(DateTime) Method


In This Topic
    TimeValue(DateTime) Method
    In This Topic
    Returns a DateTime containing only the time portion from the source value. The date portion is set to January 1,1900.
    Syntax
    'Declaration
     
    
    <PureAttribute()>
    Public Overloads Shared Function TimeValue( _
       ByVal src As Date _
    ) As Date
    [Pure()]
    public static DateTime TimeValue( 
       DateTime src
    )
    [Pure()]
    public:
    static DateTime TimeValue( 
       DateTime src
    ) 

    Parameters

    src
    See Also