Search Results for

    Show / Hide Table of Contents

    Class DateTimeUtilities

    Inheritance
    System.Object
    DateTimeUtilities
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.Core
    Assembly: Sdl.LanguagePlatform.Core.dll
    Syntax
    public static class DateTimeUtilities

    Methods

    Normalize(DateTime)

    Declaration
    public static DateTime Normalize(DateTime dt)
    Parameters
    Type Name Description
    System.DateTime dt
    Returns
    Type Description
    System.DateTime

    TryParseWithFallback(String, out DateTime)

    Declaration
    public static bool TryParseWithFallback(string s, out DateTime result)
    Parameters
    Type Name Description
    System.String s
    System.DateTime result
    Returns
    Type Description
    System.Boolean

    On this page

    • Methods
      • Normalize(DateTime)
      • TryParseWithFallback(String, out DateTime)
    Back to top Generated by DocFX