[This is preliminary documentation and is subject to change.]
Returns a fake clock initially set to the given year/month/day/time in UTC in the ISO calendar.
The value of the AutoAdvance property will be initialised to zero.

C# | Visual Basic | Visual C++ |
public static FakeClock FromUtc( int year, int monthOfYear, int dayOfMonth, int hourOfDay, int minuteOfHour, int secondOfMinute )

A FakeClock initialised to the given instant, with no auto-advance.
Assembly: NodaTime.Testing (Module: NodaTime.Testing.dll) Version: 1.2.0.0 (1.2.0)