Skip to main content
All docs
V22.1
  • DateTimeConverter.TimeFromTimeSpan(Nullable<TimeSpan>, DateTime) Method

    Namespace: DevExpress.XamarinForms.Editors

    Assembly: DevExpress.XamarinForms.Editors.dll

    NuGet Package: DevExpress.XamarinForms.Editors

    Declaration

    public static DateTime? TimeFromTimeSpan(
        TimeSpan? timeSpan,
        DateTime referenceDate
    )

    Parameters

    Name Type
    timeSpan Nullable<TimeSpan>
    referenceDate DateTime

    Returns

    Type
    Nullable<DateTime>
    See Also