Disco.DateTimeExtensions.From C# (CSharp) Method

From() public static method

public static From ( this moment, System.DateTime to ) : string
moment this
to System.DateTime
return string
        public static string From(this DateTime moment, DateTime to)
        {
            return moment.From(to, false);
        }
        public static string From(this DateTime? moment, DateTime to, bool withoutSuffix, string nullValue)

Same methods

DateTimeExtensions::From ( this moment, System.DateTime to, bool withoutSuffix ) : string
DateTimeExtensions::From ( this moment, System.DateTime to, bool withoutSuffix, string nullValue ) : string
DateTimeExtensions::From ( this moment, System.DateTime to, string nullValue ) : string