The value of the Ticks property ranges from DateTimeOffset.MinValue.Ticks to DateTimeOffset.MaxValue.Ticks. You can assign the number of ticks to a DateTimeOffset object by using the DateTimeOffset(Int64, TimeS
public DateTimeOffset CreatedAt { get; } /// /// Returns true if the migration should run. This function should do any sort of querying and processing to make sure /// data is in the format expected by the migration. /// public bool ShouldRun(IDb db); /// /// Runs the migrat...
Gets the number of ticks that represents the date and time of the current DateTimeOffset object in clock time.