adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ICustomProperties Interface / GetDateTimeOffsetValue Method

In This Topic
    GetDateTimeOffsetValue Method
    In This Topic
    Gets or sets the value of the property with the specified name, as a DateTimeOffset value
    Syntax
    'Declaration
     
    
    Function GetDateTimeOffsetValue( _
       ByVal name As String _
    ) As Nullable(Of DateTimeOffset)
    Nullable<DateTimeOffset> GetDateTimeOffsetValue( 
       string name
    )

    Parameters

    name
    Remarks
    Returns a null reference (Nothing in Visual Basic) if the property does not exist or its value cannot be converted to DateTimeOffset.
    See Also