[This is preliminary documentation and is subject to change.]
Returns a new instant corresponding to the given UTC date and
time in the ISO calendar. In most cases applications should
use ZonedDateTime
to represent a date and time, but this method is useful in some
situations where an Instant is required, such as time zone testing.

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

An Instant value representing the given date and time in UTC and the ISO calendar.
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)