Androbotics Clark Inc.

Androbotics Clark Inc. We provide web-based application for Android Devices.

25/01/2019

BitCode_2 Extension Methods

using System;
using System.Globalization;

namespace WaterW0rld_BLL.Utility
{
public static class Timex
{
public static DateTime CSVtoDBDateConvert(this string CSVDate)
{
var dbDate = CSVDate.Split(null);

return DateTime.ParseExact(dbDate[1].Contains(":") ? dbDate[0] : dbDate[1], "d/M/yyyy",
CultureInfo.InvariantCulture);
}
}
}

How to use:

string SampleDate = "19:24:11 31/07/2018";

Console.WriteLine($"{SampleDate.CSVtoDBDateConvert()}");

19/01/2019

BitCode_1 Dependency Injection

private readonly IUnitOfWork _unitOfWork;

public HomeController(IUnitOfWork unitOfWork)
{
_unitOfWork = unitOfWork;
}

@ wishing well
08/06/2015

@ wishing well

08/06/2015

June 5, 2015 Company Night Party at Wishing Well, Balibago

10/02/2015

Address

Bldg. N2568, Office Center 8-R1, Berthaphil Clark Center, Jose Abad Santos Avenue
Clark Freeport Zone
2023

Opening Hours

Monday 9am - 6pm
Tuesday 9am - 6pm
Wednesday 9am - 6pm
Thursday 9am - 6pm
Friday 9am - 6pm

Telephone

966540846918

Alerts

Be the first to know and let us send you an email when Androbotics Clark Inc. posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to Androbotics Clark Inc.:

Share