GlobalPositioningSystemDate Constructor (Int32, Int32, Int32, Int32, Int32) |
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public GlobalPositioningSystemDate(
int year,
int dayOfYear,
int hour,
int minute,
int second
)
Public Sub New (
year As Integer,
dayOfYear As Integer,
hour As Integer,
minute As Integer,
second As Integer
)
public:
GlobalPositioningSystemDate(
int year,
int dayOfYear,
int hour,
int minute,
int second
)
new :
year : int *
dayOfYear : int *
hour : int *
minute : int *
second : int -> GlobalPositioningSystemDate
Parameters
- year
- Type: SystemInt32
The year. - dayOfYear
- Type: SystemInt32
The Julian day of year. - hour
- Type: SystemInt32
The hour. - minute
- Type: SystemInt32
The minute. - second
- Type: SystemInt32
The Second.
Exceptions See Also