Home
last modified time | relevance | path

Searched defs:With (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Time/
DClockEntry.cs33 …public ClockEntry With(ulong? period = null, long? frequency = null, Action handler = null, bool? … in With() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DMisc.cs1320 …public static DateTime With(this DateTime @this, int? year = null, int? month = null, int? day = n… in With() method in Antmicro.Renode.Utilities.Misc