This is the AMP version of this page.
If you want to load the real page instead, click this text.

Help! How to change DateTime

zxcDelix

Platinian
Original poster
Feb 12, 2023
41
5
8
24
Ukraine
I don’t know how to change the datetime, please help me do this, here’s the offset:
// RVA: 0x3BCB430 Offset: 0x3BCB430 VA: 0x3BCB430
internal DateTime get_LastModified() { }

I will be glad for any help, thank you.
 

awdasd

Platinian
Feb 14, 2021
8
1
3
17
United Kingdom
You could use functions from class DateTime with the instance from get_LastModified to change it.
Although, you might have to use set_LastModified with the changed class afterwards.
 

zxcDelix

Platinian
Original poster
Feb 12, 2023
41
5
8
24
Ukraine
You could use functions from class DateTime with the instance from get_LastModified to change it.
Although, you might have to use set_LastModified with the changed class afterwards.
Sorry I'm a noob, could you provide the code on how to do this?
 

CodeJutsu

Platinian
Oct 1, 2023
47
24
8
30
Sorry I'm a noob, could you provide the code on how to do this?
it's just a structure you can look it up on the internet would be a lot better to actually learn how to deal with these kind of types than get the info on a golden plate it's just simple programming concept
 

zxcDelix

Platinian
Original poster
Feb 12, 2023
41
5
8
24
Ukraine
it's just a structure you can look it up on the internet would be a lot better to actually learn how to deal with these kind of types than get the info on a golden plate it's just simple programming concept
I understand you, could you then send me a lesson where I can learn this?