If you look in the AddSubscriber method in the example code you can see we are assigning DateTime.UtcNow to BeginUtc
you could modify the code to also parse your date from your file and convert the string value to a DateTime object and then assign that instead.
Hope that helps,
Joe