4 instantiations of FullSystemTime
mscorlib (4)
system\datetime.cs (4)
1078
FullSystemTime time = new
FullSystemTime
();
1178
FullSystemTime time = new
FullSystemTime
();
1192
FullSystemTime time = new
FullSystemTime
(ticks);
1217
FullSystemTime time = new
FullSystemTime
(year, month, dt.DayOfWeek, day, hour, minute, second);
9 references to FullSystemTime
mscorlib (9)
system\datetime.cs (9)
1078
FullSystemTime
time = new FullSystemTime();
1150
internal static extern bool ValidateSystemTime(ref
FullSystemTime
time, bool localTime);
1154
internal static extern void GetSystemTimeWithLeapSecondsHandling(ref
FullSystemTime
time);
1163
internal static extern bool SystemFileTimeToSystemTime(long fileTime, ref
FullSystemTime
time);
1167
internal static extern bool SystemTimeToSystemFileTime(ref
FullSystemTime
time, ref long fileTime);
1178
FullSystemTime
time = new FullSystemTime();
1192
FullSystemTime
time = new FullSystemTime(ticks);
1204
internal static DateTime CreateDateTimeFromSystemTime(ref
FullSystemTime
time)
1217
FullSystemTime
time = new FullSystemTime(year, month, dt.DayOfWeek, day, hour, minute, second);